Skip to content

Commit 9784571

Browse files
committed
Update .mincerrc example
1 parent a84b6c8 commit 9784571

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

examples/.mincerrc

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
################################################################################
2+
# #
3+
# You can preset arguments of `mincer` executable in `.mincerrc` file. #
4+
# You may specify any argument you need. Arguments specified in the #
5+
# command line take precedence. #
6+
# #
7+
# Lines starting with `#` are comments and got ignored. #
8+
# #
9+
# Executing `mincer app.js` within directory with this file equals to: #
10+
# #
11+
# mincer -I assets/javascripts -I assets/stylesheets \ #
12+
# -I vendor/bootstrap/js -I vendor/bootstrap/less \ #
13+
# -I vendor/jquery app.js #
14+
# #
15+
################################################################################
16+
117
-I assets/javascripts
218
-I assets/stylesheets
319
-I vendor/bootstrap/js

0 commit comments

Comments
 (0)