Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Echola <zac.echola@so.mnscu.edu>2014-11-14 23:55:43 +0300
committerZac Echola <zac.echola@so.mnscu.edu>2014-11-14 23:55:43 +0300
commit85f669d2b328a2f53d2a9ea7eb2a5b7774a63e70 (patch)
treece66bd43294b1f2bcdd620de9a31e24e88b67696 /Gruntfile.js
parent597c723490ca8652a7193b63a33bd9142d1c1bda (diff)
remove bootlint tasks from grunt test
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 7cdd7cd..bbc5c2b 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -110,7 +110,7 @@ module.exports = function(grunt) {
// Whenever the "test" task is run, first clean the "tmp" dir, then run this
// plugin's task(s), then test the result.
- grunt.registerTask('test', ['clean', 'bootlint', 'nodeunit']);
+ grunt.registerTask('test', ['clean', 'nodeunit']);
// By default, lint and run all tests.
grunt.registerTask('default', ['jshint', 'test']);