[BUGFIX] Gulp serve html/config reload
This commit is contained in:
parent
c42758ba35
commit
73f2307011
@ -6,9 +6,9 @@ module.exports = function () {
|
|||||||
faviconData: 'assets/faviconData.json',
|
faviconData: 'assets/faviconData.json',
|
||||||
src: {
|
src: {
|
||||||
sass: 'scss/**/*.scss',
|
sass: 'scss/**/*.scss',
|
||||||
javascript: ['app.js', 'lib/**/*.js'],
|
javascript: ['./app.js', 'lib/**/*.js'],
|
||||||
json: 'locale/*.json',
|
json: 'locale/*.json',
|
||||||
html: ['html/index.html', 'config.json', 'config.default.json']
|
html: ['html/*.html', './config*.json']
|
||||||
},
|
},
|
||||||
clean: [build + '/*.map', build + '/vendor', build + '/main.css'],
|
clean: [build + '/*.map', build + '/vendor', build + '/main.css'],
|
||||||
autoprefixer: ['> 1% in DE'],
|
autoprefixer: ['> 1% in DE'],
|
||||||
|
Loading…
Reference in New Issue
Block a user