Skip to content
Browse files

removed debug so source map is not bundled in to js

  • Loading branch information...
1 parent 112c6bb commit fd7051d70e435de64c0116762d93b1d081a83d64 @GoodBoyDigital GoodBoyDigital committed
Showing with 1 addition and 1 deletion.
  1. +1 −1 gulp/util/bundle.js
View
2 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

Please sign in to comment.
Something went wrong with that request. Please try again.