Skip to content

Commit

Permalink
enable source map for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
idl99 committed Jan 15, 2021
1 parent f94d874 commit 0a69b0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ module.exports = function (grunt) {
}
},
browserify: { // Bundles the JS
options: {
browserifyOptions: {
debug: true
}
},
build: {
// cwd: 'src/', // DO NOT USE THIS OPTION HERE. IT WILL MESS UP THE BUILD
src: './src/scripts/index.js',
Expand Down

0 comments on commit 0a69b0f

Please sign in to comment.