Exclude tower.vendor.js from BrowserSync polling, remove chunk stats plugin, update ui deps

This commit is contained in:
Leigh Johnson
2016-09-07 12:12:17 -04:00
parent c3b9050773
commit ffd9c4eb4d
4 changed files with 4741 additions and 8 deletions

View File

@@ -5,7 +5,10 @@ module.exports = {
http: {
bsFiles: {
src: [
'static/**/*'
'static/**/*',
'!static/tower.vendor.js',
'!static/tower.vendor.map.js',
'!static/tower.js.map'
]
},
options: {