Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnonEilat committed Jun 7, 2014
1 parent 3c4ef4a commit 3dd2e9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
update/repositories/
update/repositories/*
update/node_modules/
doc/
node_modules/
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ module.exports = function(grunt) {
}
}
});
// Load the plugin that provides the "uglify" task.
// Load the plugins
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-jsdoc');
grunt.loadNpmTasks('grunt-bower-install');
Expand Down

0 comments on commit 3dd2e9d

Please sign in to comment.