summaryrefslogtreecommitdiff
path: root/brunch-config.js
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-10-14 18:06:36 +0300
committerYuval Adam <_@yuv.al>2017-10-14 18:07:23 +0300
commit885fc098775b8aac2e903e781af44f02667634d7 (patch)
treee0425401007afab5f41daadf5f3b7b4bf531ea13 /brunch-config.js
parent10578eb7706035c3d28b37db58dfa1b16709b510 (diff)
Remove old brunch stuff
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'
- }
-};