diff options
Diffstat (limited to 'brunch-config.js')
| -rw-r--r-- | brunch-config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/brunch-config.js b/brunch-config.js index 3502d03..2c04ba5 100644 --- a/brunch-config.js +++ b/brunch-config.js @@ -3,7 +3,7 @@ module.exports = { javascripts: { joinTo: "app.js" }, stylesheets: { joinTo: { - "base.css": "app/base.styl", + "base.css": ["app/base.styl", "app/media.styl"], "print.css": "app/print.styl", }, }, |
