diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-05 12:11:46 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-05 12:11:46 +0200 |
| commit | 34eff40627683a108324ddc03e6bee2cc9b7ab5a (patch) | |
| tree | ba6dd78e51897c4855424457c78b38760da6fbae /brunch-config.js | |
| parent | d2ae7fb89b94e725b74e7bd54ee4eb548783d044 (diff) | |
Restructure file names for web and fix minor linting issues
Diffstat (limited to 'brunch-config.js')
| -rw-r--r-- | brunch-config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/brunch-config.js b/brunch-config.js index 2c04ba5..523f678 100644 --- a/brunch-config.js +++ b/brunch-config.js @@ -3,8 +3,8 @@ module.exports = { javascripts: { joinTo: "app.js" }, stylesheets: { joinTo: { - "base.css": ["app/base.styl", "app/media.styl"], - "print.css": "app/print.styl", + "web.css": ["app/web.styl"], + "print.css": ["app/print.styl"], }, }, }, |
