blob: 3502d039ee7295beda08e75d225bd58b1fbcef81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
module.exports = {
files: {
javascripts: { joinTo: "app.js" },
stylesheets: {
joinTo: {
"base.css": "app/base.styl",
"print.css": "app/print.styl",
},
},
},
plugins: {
stylus: {},
},
};
|