-
Notifications
You must be signed in to change notification settings - Fork 84
/
Copy path.mincerrc
21 lines (20 loc) · 1.29 KB
/
.mincerrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
################################################################################
# #
# 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