Update gulpfile.js
This commit is contained in:
@@ -125,6 +125,10 @@ function writeWordJs(data, src) {
|
||||
}
|
||||
}
|
||||
text += '};\n';
|
||||
|
||||
console.error(text);
|
||||
|
||||
|
||||
if (src.indexOf('admin') === -1) {
|
||||
fs.writeFileSync(src + 'js/' + fileName, text);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user