Skip to content

Commit

Permalink
fix(app generator): fix Gruntfile documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Aug 4, 2016
1 parent f5a2ce7 commit 89c7a99
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions generators/app/templates/@Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -214,14 +214,18 @@ module.exports = ( grunt ) ->
## https://github.com/jmreidy/grunt-browserify#readme
##
## https://github.com/substack/node-browserify#readme
## https://github.com/substack/node-browserify#var-b--browserifyfiles-or-opts
## https://github.com/substack/node-browserify#browserifyfiles--opts
##
## https://github.com/substack/browserify-handbook#packagejson
## file:./package.json
## - browser : https://gist.github.com/defunctzombie/4339901
## - browserify-shim : https://github.com/thlorenz/browserify-shim#readme
## - browserify.transform : https://github.com/substack/browserify-handbook#browserifytransform-field
##
## https://github.com/jnordberg/coffeeify#readme
##
## https://github.com/epeli/node-hbsfy#readme
##

browserify:

Expand All @@ -242,7 +246,7 @@ module.exports = ( grunt ) ->
## Scan all files for process, global, __filename, and __dirname, defining as necessary.
## With this option npm modules are more likely to work but bundling takes longer.
##
## When you find yourself using 'browserify-shim', you're likely to want to leave this set this to `true`.
## When you find yourself using 'browserify-shim', you're likely to want to leave this set to `true`.
## If not, have a try at setting this to `false` for extra build speed.
##
detectGlobals: true
Expand Down Expand Up @@ -598,7 +602,6 @@ module.exports = ( grunt ) ->


files: [

src: '<%= build.part.bootstrap.src %>'
dest: '<%= build.part.bootstrap.tgt %>'
]
Expand Down

0 comments on commit 89c7a99

Please sign in to comment.