diff --git a/.codeclimate.yml b/.codeclimate.yml index 55098d5b..e069e341 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -25,3 +25,5 @@ exclude_paths: - public/lib/** - uploads/** - docs/** +- public/populate_template_cache.js +- scripts/** diff --git a/gruntfile.js b/gruntfile.js index dd579162..c4ee0950 100755 --- a/gruntfile.js +++ b/gruntfile.js @@ -191,7 +191,7 @@ NODE_ENV: 'test', src: watchFiles.allTests, // a folder works nicely options: { mask: '*.test.js', - require: ['server.js'], + require: ['server.js'] } }, coverageClient: { @@ -199,7 +199,7 @@ NODE_ENV: 'test', options: { coverageFolder: 'coverageClient', mask: '*.test.js', - require: ['server.js'], + require: ['server.js'] } }, coverageServer: { @@ -207,7 +207,7 @@ NODE_ENV: 'test', options: { coverageFolder: 'coverageServer', mask: '*.test.js', - require: ['server.js'], + require: ['server.js'] } }, coveralls: { @@ -244,7 +244,7 @@ NODE_ENV: 'test', removeAttributeQuotes: true, removeComments: true, removeEmptyAttributes: true, - removeRedundantAttributes: true, + removeRedundantAttributes: true } }, main: {