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

github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-03-13 03:40:31 +0400
committerChris Rebert <code@rebertia.com>2014-03-13 03:40:31 +0400
commitd10b6bc7de25e2416e28b37285e7948d8d4d40cb (patch)
tree3a47aa277e089828f98616c509629f8f5c1c5575 /Gruntfile.js
parentd29ab83441ae0ff0074be8b68751d3b7bc4303d3 (diff)
rename task from css_flip to cssflip; fixes #1
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
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']);