diff options
Diffstat (limited to 'tasks/cdn.js')
-rw-r--r-- | tasks/cdn.js | 2 |
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")); }); |