From 885fc098775b8aac2e903e781af44f02667634d7 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 14 Oct 2017 18:06:36 +0300 Subject: Remove old brunch stuff --- brunch-config.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 brunch-config.js (limited to 'brunch-config.js') 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' - } -}; -- cgit v1.3.1