From 9f076f573c67a329df6774e2bfc2ab4023cfe9af Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Fri, 3 Jun 2016 14:21:24 +0300 Subject: [PATCH] index.html was not being deployed --- tasks/cdn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({ -- 2.39.5