summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@vaadin.com>2016-06-03 14:21:24 +0300
committerManolo Carrasco <manolo@vaadin.com>2016-06-03 14:21:24 +0300
commit9f076f573c67a329df6774e2bfc2ab4023cfe9af (patch)
treea269da9cf7417cad4684ad70abeb88165940f317
parentbc9cfab3a76abcee4ba5924f76608914f1853997 (diff)
downloadvaadin-core-9f076f573c67a329df6774e2bfc2ab4023cfe9af.tar.gz
vaadin-core-9f076f573c67a329df6774e2bfc2ab4023cfe9af.zip
index.html was not being deployed
-rw-r--r--tasks/cdn.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/cdn.js b/tasks/cdn.js
index b290d42..816f852 100644
--- a/tasks/cdn.js
+++ b/tasks/cdn.js
@@ -28,7 +28,7 @@ gulp.task('cdn:stage-bower_components', function() {
});
gulp.task('cdn:stage-vaadin-core-elements', function() {
- return gulp.src(['LICENSE.html', 'README.md', 'vaadin-core-elements.html', 'demo/*', 'apidoc/*'], {
+ return gulp.src(['LICENSE.html', 'README.md', 'index.html', 'vaadin-core-elements.html', 'demo/*', 'apidoc/*'], {
base: "."
})
.pipe(modify({