]> source.dussan.org Git - vaadin-core.git/commitdiff
Adding ga.js to cdn bundle
authorManolo Carrasco <manolo@apache.org>
Mon, 21 Sep 2015 07:11:06 +0000 (09:11 +0200)
committerManolo Carrasco <manolo@apache.org>
Mon, 21 Sep 2015 07:11:06 +0000 (09:11 +0200)
tasks/cdn.js

index 01359f2ac1820032106c0bf694e2f19f5706f07d..755d880eca19d7d14906cba1da0646cf696eed7a 100644 (file)
@@ -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"));
 });