diff --git a/gulpfile.js b/gulpfile.js index 3b8c4bd..403edb5 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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 {