Skip to content

Commit c367840

Browse files
committed
fix coffeelint bug
all .coffee files were linted during watch now just the changed file
1 parent 148960f commit c367840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = (grunt) ->
4444

4545
# Lints CoffeeScript files
4646
coffeelint:
47-
scripts: './src/scripts/**/*.coffee'
47+
files: './src/scripts/**/*.coffee'
4848
options:
4949
indentation:
5050
value: 1

0 commit comments

Comments
 (0)