---
title: "My Near-Perfect Grunt Workflow · Junaid Qadir"
description: "Gulp is awesome but I’m accustomed to Grunt therefore I decided to stick to it for as long as I can and make my Grunt workflow near-perfect. I heavily rely on the awesome load-grunt-config add-on to d"
url: "https://junaidqadir.com/blog/my-near-perfect-grunt-workflow"
date: "2015-04-12"
tags: ["build-system", "grunt", "web-development", "workflow"]
---

# My Near-Perfect Grunt Workflow

`Gulp` is awesome but I’m accustomed to `Grunt` therefore I decided to stick to it for as long as I can and make my Grunt workflow near-perfect.

I heavily rely on the awesome `load-grunt-config` add-on to do me the heavy-lifting of autoloading my other add-ons. All I have to do is drop a new file to my `grunt` directory to add a new add-on.

My workflow has it all from compiling `less`, to copying fonts to my `fonts` directory, to `jshinting`, `concating`, `minifying` and finally launching the project site.

I can even make a `build` of my project on the fly.

What else one can wish for after having all the build blessings.  
I think We all are lucky to have [`Grunt`](http://gruntjs.com/) in our lives to make it a notch simple.

Feel free to ask for my workflow, I’d be more than happy to share it with you folks.

Cheers,

[Web development](https://junaidqadir.com/blog/tag/web-development)

---

Markdown version of https://junaidqadir.com/blog/my-near-perfect-grunt-workflow
Site guide for agents: https://junaidqadir.com/llms.txt
Full index: https://junaidqadir.com/sitemap-index.xml
