Created
August 21, 2015 00:49
-
-
Save suisho/609b8752b436881c2300 to your computer and use it in GitHub Desktop.
Browserfyの出力をpretty printした状態で吐き出したい ref: http://qiita.com/inuscript/items/dd56f1c397419bfc42ca
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm i -D js-beautify |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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