Update Gruntfile.js

Added punctuation to make the comment consistent with other comments.
This commit is contained in:
Leon Yip
2015-08-21 18:06:55 -07:00
parent 6508b1ad27
commit e99e8b66b2

View File

@@ -55,7 +55,7 @@ module.exports = function(grunt) {
grunt.registerTask('lint', ['eslint']);
grunt.registerTask('delete-build-modules', function() {
// Use gulp here
// Use gulp here.
spawnGulp(['react:clean'], null, this.async());
});