LICENSE belongs on list of files to watch for changes.

This commit is contained in:
ccd0 2015-11-01 04:16:09 -08:00
parent a9cc5c7498
commit a2346607da

View File

@ -265,6 +265,7 @@ module.exports = (grunt) ->
'Gruntfile.coffee'
'package.json'
'version.json'
'LICENSE'
'src/**/*'
]
tasks: 'build'