From 18ab0f92077f8cf0691a0379e3819db967ee1eb5 Mon Sep 17 00:00:00 2001 From: Jay Kanakiya Date: Sat, 13 Jun 2015 17:11:01 +0530 Subject: [PATCH] Update Readme.md Include Link to Tutorial on Grunt Tasks --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30bd404..38952db 100644 --- a/README.md +++ b/README.md @@ -36,5 +36,7 @@ grunt.initConfig({ }); ``` +A quick [tutorial](http://grunt-tasks.com/grunt-purifycss/) on how to use grunt-purifycss with grunt-usemin + ## Contributing -In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/). \ No newline at end of file +In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).