We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84b6c8 commit 9784571Copy full SHA for 9784571
examples/.mincerrc
@@ -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
+
17
-I assets/javascripts
18
-I assets/stylesheets
19
-I vendor/bootstrap/js
0 commit comments