summaryrefslogtreecommitdiff
path: root/brunch-config.js
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-10-13 11:33:57 +0300
committerYuval Adam <_@yuv.al>2017-10-13 11:33:57 +0300
commit013346d395118aafe0a74fa58d50aaeec023bf00 (patch)
tree4ef5b29682dd985cee1a03ff9daf369289e90e42 /brunch-config.js
parent0ddc48530413d99176763d33f1b19063678a9c5a (diff)
Fucking hell webpack
Diffstat (limited to 'brunch-config.js')
-rw-r--r--brunch-config.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/brunch-config.js b/brunch-config.js
new file mode 100644
index 0000000..356cad4
--- /dev/null
+++ b/brunch-config.js
@@ -0,0 +1,10 @@
+module.exports = {
+ files: {
+ javascripts: {
+ joinTo: 'app.js'
+ }
+ },
+ paths: {
+ public: 'static/js'
+ }
+};