dash-visualizer/brunch-config.js
2017-09-12 12:02:31 -04:00

16 lines
249 B
JavaScript

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