diff options
Diffstat (limited to 'brunch-config.js')
| -rw-r--r-- | brunch-config.js | 10 |
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' + } +}; |
