Permalink
Browse files
removed debug so source map is not bundled in to js
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
gulp/util/bundle.js
|
@@ -60,7 +60,7 @@ function rebundle(devBundle) { |
|
|
|
|
|
function createBundler(args) {
|
|
|
args = args || {};
|
|
|
- args.debug = true;
|
|
|
+ args.debug = false;
|
|
|
args.standalone = 'PIXI';
|
|
|
|
|
|
var bundle = browserify(paths.jsEntry, args),
|
|
|
0 comments on commit
fd7051d