From 013346d395118aafe0a74fa58d50aaeec023bf00 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 13 Oct 2017 11:33:57 +0300 Subject: Fucking hell webpack --- brunch-config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 brunch-config.js (limited to 'brunch-config.js') 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' + } +}; -- cgit v1.3.1