From 375694e090bb2b908ac1478654d57f90b1bea7e1 Mon Sep 17 00:00:00 2001 From: mmcw-dev Date: Fri, 5 Jan 2018 15:47:54 -0500 Subject: [PATCH] Stop building app with mscript.js, gets required by index.js --- app/gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/gulpfile.js b/app/gulpfile.js index a4ac56b..446787a 100644 --- a/app/gulpfile.js +++ b/app/gulpfile.js @@ -15,7 +15,6 @@ var scripts = [ './src/jsColor.js', './src/chroma.min.js', './src/spin.js', - './lib/mscript.js', //rather than script tag './src/index.js' ];