From 55acb42ff1448ec54df9ba2f6900b13f2815e248 Mon Sep 17 00:00:00 2001 From: Cuauhtemoc Moreno Date: Thu, 8 Oct 2015 09:58:06 +1100 Subject: [PATCH] Make functioning build with 'gulp dist' --- gulp/config.js | 5 +++-- index.html | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gulp/config.js b/gulp/config.js index 84aec83..54ba398 100644 --- a/gulp/config.js +++ b/gulp/config.js @@ -45,8 +45,9 @@ export default { }, htmlReplace: { - 'js': ['js/bundle.js', 'js/system.js', 'js/config.js'], - 'css': 'css/bundle.css' + 'js': ['js/system.js', 'js/config.js', 'js/bundle.js'], + 'css': 'css/bundle.css', + 'entry_point': '' }, handleError: gutil.log, diff --git a/index.html b/index.html index de65819..79eb92a 100644 --- a/index.html +++ b/index.html @@ -19,5 +19,8 @@ + + +