Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
fix(grunt): fix typo in gruntfile
Browse files Browse the repository at this point in the history
Closes #3589
  • Loading branch information
ayu48 authored and wesleycho committed Apr 27, 2015
1 parent 0de8c86 commit f0cadb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ module.exports = function(grunt) {
});

//register before and after test tasks so we've don't have to change cli
//options on the goole's CI server
//options on the google's CI server
grunt.registerTask('before-test', ['enforce', 'ddescribe-iit', 'jshint', 'html2js']);
grunt.registerTask('after-test', ['build', 'copy']);

Expand Down

0 comments on commit f0cadb1

Please sign in to comment.