summaryrefslogtreecommitdiffstats
path: root/brunch-config.js
diff options
context:
space:
mode:
Diffstat (limited to 'brunch-config.js')
-rw-r--r--brunch-config.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/brunch-config.js b/brunch-config.js
deleted file mode 100644
index 445e944..0000000
--- a/brunch-config.js
+++ /dev/null
@@ -1,17 +0,0 @@
-module.exports = {
- files: {
- javascripts: { joinTo: "app.js" },
- stylesheets: {
- joinTo: {
- "web.css": ["app/web.styl"],
- "print.css": ["app/print.styl"],
- },
- },
- },
- plugins: {
- stylus: {},
- cleancss: {
- level: 2
- },
- },
-};