mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-26 09:16:10 +00:00
📺 switching to Brunch
This commit is contained in:
parent
9cd22b19b2
commit
7a3df002ee
20 changed files with 1337 additions and 1743 deletions
16
brunch-config.js
Normal file
16
brunch-config.js
Normal 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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue