From a5a80bb9a87bc4cb167dbc4596dd2433405d92c3 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Wed, 10 Feb 2016 10:21:34 +0100 Subject: [PATCH] compile modules support --- gulpfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index 8c50705a..8890c0ba 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -112,6 +112,8 @@ paths.coffee = [ ]; paths.coffee_order = [ + paths.app + "modules/compile-modules/**/*.module.coffee", + paths.app + "modules/compile-modules/**/*.coffee", paths.app + "coffee/app.coffee", paths.app + "coffee/*.coffee", paths.app + "coffee/modules/controllerMixins.coffee",