We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7978a30 commit 832bbb5Copy full SHA for 832bbb5
.gitignore
@@ -13,4 +13,5 @@ bin/jquery-2.1.1.min.js
13
bower_components
14
.projectile
15
**/#*#
16
-**/.#*
+**/.#*
17
+.grunt/
Gruntfile.js
@@ -612,5 +612,4 @@ module.exports = function(grunt) {
612
grunt.registerTask('lint', ['removelogging:source']);
613
grunt.registerTask("monitor", ["concurrent:monitor"]);
614
grunt.registerTask('travis', ['jasmine']);
615
- grunt.registerTask('jasmine', ['jasmine']);
616
};
0 commit comments