Skip to content

Instantly share code, notes, and snippets.

@suisho
Created August 21, 2015 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suisho/609b8752b436881c2300 to your computer and use it in GitHub Desktop.
Save suisho/609b8752b436881c2300 to your computer and use it in GitHub Desktop.
Browserfyの出力をpretty printした状態で吐き出したい ref: http://qiita.com/inuscript/items/dd56f1c397419bfc42ca
$ npm i -D js-beautify
"scripts": {
"beautify-build":"browserify -e ./src/index.js | js-beautify -f - > build/index.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment