summaryrefslogtreecommitdiff
path: root/brunch-config.js
diff options
context:
space:
mode:
Diffstat (limited to 'brunch-config.js')
-rw-r--r--brunch-config.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/brunch-config.js b/brunch-config.js
deleted file mode 100644
index 356cad4..0000000
--- a/brunch-config.js
+++ /dev/null
@@ -1,10 +0,0 @@
-module.exports = {
- files: {
- javascripts: {
- joinTo: 'app.js'
- }
- },
- paths: {
- public: 'static/js'
- }
-};