From 04a61b7de9f430d27b373a10e68ac05d5859368e Mon Sep 17 00:00:00 2001 From: kumavis Date: Wed, 20 Apr 2016 13:22:41 -0700 Subject: build - post process with dereq --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index dabf49f7c..c4e9630ea 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -97,6 +97,7 @@ function bundleTask(opts) { var browserifyOpts = assign({}, watchify.args, { entries: ['./app/scripts/'+opts.filename], debug: true, + plugin: 'browserify-derequire', }) var bundler = browserify(browserifyOpts) -- cgit