Skip to content
Snippets Groups Projects
Unverified Commit 73f23070 authored by Xaver Maierhofer's avatar Xaver Maierhofer
Browse files

[BUGFIX] Gulp serve html/config reload

parent c42758ba
Branches
Tags
No related merge requests found
......@@ -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'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment