summaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2015-09-17 21:22:27 +0200
committerManolo Carrasco <manolo@apache.org>2015-09-17 21:22:27 +0200
commit3a09b166f8a69b34a11fefe57c272e563cedf209 (patch)
tree90bfe5b72f25b299fc2f03ad164a637167f5bd0a /tasks
parentfe993897f3cd44d8f40d95be7b064d5c36d4eebb (diff)
downloadvaadin-core-3a09b166f8a69b34a11fefe57c272e563cedf209.tar.gz
vaadin-core-3a09b166f8a69b34a11fefe57c272e563cedf209.zip
replacing version number with "latest"
Diffstat (limited to 'tasks')
-rw-r--r--tasks/cdn.js2
1 files changed, 1 insertions, 1 deletions
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"));
});