We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4c282 commit b76eca1Copy full SHA for b76eca1
Gruntfile.js
@@ -18,8 +18,8 @@ module.exports = function(grunt){
18
jscs: {
19
/* grunt-contrib-jscs notes:
20
0.1.2 works
21
- 0.1.3 inifite loops on postinstall
22
- 0.1.4 doesn't seem to hit all targets when run "grunt jscs"
+ 0.1.3 infinite loops on postinstall
+ 0.1.4 doesn't seem to hit all targets when run via "grunt jscs"
23
*/
24
gruntfile: ['Gruntfile.js'],
25
main: ['js/bootstrap-datepicker.js'],
0 commit comments