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

github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2015-02-28 12:35:22 +0300
committerChris Rebert <github@rebertia.com>2015-02-28 12:35:22 +0300
commit6f976a984d0f370d5816ba7a32bbe3332a1183f2 (patch)
tree9c3bf9c398d81c36b4cff7e85676261dbfc624fc
parent2f9c84f175aa8408b855dfb74afd04cf7cc80c8b (diff)
README: mention gulp-postcss
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3d3e836..36229e3 100644
--- a/README.md
+++ b/README.md
@@ -140,8 +140,9 @@ The module has one public event:
* Type: `boolean`
* Value: Same as `supportsTrueHover()`'s return value at the time of firing the event
-## Grunt
-Use [grunt-postcss](https://github.com/nDmitry/grunt-postcss) to invoke the mq4-hover-shim CSS postprocessor via [Grunt](http://gruntjs.com/) task.
+## Grunt, Gulp
+* **Grunt**: Use [grunt-postcss](https://github.com/nDmitry/grunt-postcss) to invoke the mq4-hover-shim CSS postprocessor via [Grunt](http://gruntjs.com/) task.
+* **Gulp**: Use [gulp-postcss](https://github.com/w0rm/gulp-postcss) to invoke the mq4-hover-shim CSS postprocessor via [Gulp](http://gulpjs.com/) task.
## Contributing
The project's coding style is laid out in the JSHint, ESLint, and JSCS configurations. Add unit tests when changing the CSS postprocessor. Lint and test your code using [Grunt](http://gruntjs.com/). Manually test any changes to the browser-side portion of the shim.