Browse Source

Adding ga.js to cdn bundle

tags/0.3.0-beta10
Manolo Carrasco 8 years ago
parent
commit
1df08e17b8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tasks/cdn.js

+ 1
- 1
tasks/cdn.js View 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"));
});

Loading…
Cancel
Save