summaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2015-08-03 16:43:09 -0500
committerkpdecker <kpdecker@gmail.com>2015-08-03 17:03:37 -0500
commit9b1f9c7e4434d99f0dd013db4370b1b59c3754b7 (patch)
tree916538a8f53cd7c925581243565473a18fcd5f5a /Gruntfile.js
parent8e868ab22509c6ca5f5e7419e61c10e6e771b954 (diff)
downloadhandlebars.js-9b1f9c7e4434d99f0dd013db4370b1b59c3754b7.zip
handlebars.js-9b1f9c7e4434d99f0dd013db4370b1b59c3754b7.tar.gz
handlebars.js-9b1f9c7e4434d99f0dd013db4370b1b59c3754b7.tar.bz2
Style updates
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index c2ff15e..945101c 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -9,6 +9,8 @@ module.exports = function(grunt) {
},
files: [
'*.js',
+ 'bench/**/*.js',
+ 'tasks/**/*.js',
'lib/**/!(*.min|parser).js',
'spec/**/!(*.amd|json2|require).js'
]