Sha256: bf2d2f11f82efbd2ae6129c1c02c694db013332e2050a2742bc1dd5667437dd1
Contents?: true
Size: 1.29 KB
Versions: 19
Compression:
Stored size: 1.29 KB
Contents
################################################################################ # # # 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
Version data entries
19 entries across 19 versions & 1 rubygems