From d10b6bc7de25e2416e28b37285e7948d8d4d40cb Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 12 Mar 2014 16:40:31 -0700 Subject: rename task from css_flip to cssflip; fixes #1 --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index 2bc8dfb..b65037c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -40,7 +40,7 @@ module.exports = function(grunt) { }, // Configuration to be run (and then tested). - css_flip: { + cssflip: { default_options: { options: {}, files: { @@ -72,7 +72,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', 'css_flip', 'nodeunit']); + grunt.registerTask('test', ['clean', 'cssflip', 'nodeunit']); // By default, lint and run all tests. grunt.registerTask('default', ['jshint', 'jscs', 'test']); -- cgit v1.2.3