[BUGFIX] Gulp serve html/config reload

This commit is contained in:
Xaver Maierhofer 2017-03-31 22:44:58 +02:00
parent c42758ba35
commit 73f2307011
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ module.exports = function () {
faviconData: 'assets/faviconData.json',
src: {
sass: 'scss/**/*.scss',
javascript: ['app.js', 'lib/**/*.js'],
javascript: ['./app.js', 'lib/**/*.js'],
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'],
autoprefixer: ['> 1% in DE'],