📺 switching to Brunch

This commit is contained in:
Joshua Seigler 2017-09-12 12:02:31 -04:00
parent 9cd22b19b2
commit 7a3df002ee
20 changed files with 1337 additions and 1743 deletions

16
brunch-config.js Normal file
View file

@ -0,0 +1,16 @@
module.exports = {
files: {
javascripts: {joinTo: 'bundle.js'},
stylesheets: {joinTo: 'bundle.css'},
},
plugins: {
browserSync: {
port: 3334,
logLevel: "debug"
}
},
server: {
run: true,
port: 3333
}
}