aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2015-09-21 09:11:06 +0200
committerManolo Carrasco <manolo@apache.org>2015-09-21 09:11:06 +0200
commit1df08e17b8af3926d503b70296d0bbeb39704380 (patch)
tree1d7692c30d7ae5b087e550887416a33430e55c2c
parentfbb503b24acd8a4f9b14f07477a9bc68b7a91f5f (diff)
downloadvaadin-core-1df08e17b8af3926d503b70296d0bbeb39704380.tar.gz
vaadin-core-1df08e17b8af3926d503b70296d0bbeb39704380.zip
Adding ga.js to cdn bundle
-rw-r--r--tasks/cdn.js2
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"));
});