This is the central github repository which contains all the grunt files as explained in grunt-tasks.com. I have used a simple configutation to sync my blog posts and github repository so that I can git push and change my blog posts at the same time.
Also makes development work easier by only maintaining the Readme at only one place, while also getting the easier publishing of wordpress.
You can read this blog post for getting started. The code and the blog post live in this git repository.
You can find the initial templates for any plugin in this repository itself.
git clone https://github.com/kanakiyajay/grunt-tasks.git
cd to that folder and run
npm install
Following are the Blog posts that have been published
- Grunt Contrib Compress
- Grunt Browser Sync
- Grunt Image Embed
- time-grunt
- Grunt Contrib Htmlmin
- Grunt Wiredep
- Grunt Jsonlint
- Grunt Remove logging calls
- Grunt csscomb
- Grunt jsdoc
- Grunt Responsive Images
- AutoPrefixer
- load grunt tasks
- Grunt newer
- Grunt usemin
- Grunt concurrent
- Grunt contrib copy
- Grunt jscs
- Grunt contrib watch
- Grunt contrib uglify
- How to start using Grunt