diff --git a/Gruntfile.js b/Gruntfile.js index 7f24dd493..2b3574eea 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -69,10 +69,10 @@ module.exports = function (grunt) { publicDirs: ["<%=pkg.public%>css"], blockReplacements: { js: function (block) { - return '';//''; + return '';//''; }, css: function (block) { - return '';//''; + return '';//''; } } }