diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 8136b91be..cbd1f1693 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -87,6 +87,7 @@ module.exports = (grunt) -> 'dot-atom/**/*.coffee' 'src/**/*.coffee' 'tasks/**/*.coffee' + 'Gruntfile.coffee' ] test: [ 'spec/*.coffee'