diff options
-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 01359f2..755d880 100644 --- a/tasks/cdn.js +++ b/tasks/cdn.js @@ -31,7 +31,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:"."}) + return gulp.src(['README.md', 'LICENSE.html', 'ga.js', 'vaadin-components.html', 'demo/*', 'apidoc/*'], {base:"."}) .pipe(replace('https://cdn.vaadin.com/vaadin-components/latest/', '../../')) .pipe(gulp.dest(stagingPath + "/vaadin-components")); }); |