Skip to content

Commit

Permalink
trying out something new
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 12, 2016
1 parent fbc9161 commit d84e49e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

> Load multiple grunt tasks using globbing patterns
---

<p align="center"><b>🔥 Want to strengthen your core JavaScript skills and master ES6?</b><br>I would personally recommend this awesome <a href="https://ES6.io/friend/AWESOME">ES6 course</a> by Wes Bos.</p>

---

Usually you would have to load each task one by one, which is unnecessarily cumbersome.

This module will read the `dependencies`/`devDependencies`/`peerDependencies`/`optionalDependencies` in your package.json and load grunt tasks that match the provided patterns.
Expand Down

0 comments on commit d84e49e

Please sign in to comment.