From 3a09b166f8a69b34a11fefe57c272e563cedf209 Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Thu, 17 Sep 2015 21:22:27 +0200 Subject: replacing version number with "latest" --- tasks/cdn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks/cdn.js') diff --git a/tasks/cdn.js b/tasks/cdn.js index d81eef7..01359f2 100644 --- a/tasks/cdn.js +++ b/tasks/cdn.js @@ -32,7 +32,7 @@ gulp.task('cdn:stage-bower_components', function() { gulp.task('cdn:stage-vaadin-components', function() { return gulp.src(['README.md', 'LICENSE.html', 'vaadin-components.html', 'demo/*', 'apidoc/*'], {base:"."}) - .pipe(replace('https://cdn.vaadin.com/vaadin-components/0.3.0-snapshot/', '../../')) + .pipe(replace('https://cdn.vaadin.com/vaadin-components/latest/', '../../')) .pipe(gulp.dest(stagingPath + "/vaadin-components")); }); -- cgit v1.2.3