mincer
Version:
Web assets processor. Native JavaScript port of Sprockets.
22 lines (20 loc) • 1.32 kB
Plain Text
###############################################################################
#
You can preset arguments of `mincer` executable in `.mincerrc` file. #
You may specify any argument you need. Arguments specified in the #
command line take precedence. #
#
Lines starting with `#` are comments and got ignored. #
#
Executing `mincer app.js` within directory with this file equals to: #
#
mincer -I assets/javascripts -I assets/stylesheets \ #
-I vendor/bootstrap/js -I vendor/bootstrap/less \ #
-I vendor/jquery app.js #
#
###############################################################################
-I assets/javascripts
-I assets/stylesheets
-I vendor/bootstrap/js
-I vendor/bootstrap/less
-I vendor/jquery