You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-19Lines changed: 4 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,6 @@
2
2
3
3
> Load multiple grunt tasks using globbing patterns
4
4
5
-
---
6
-
7
-
<palign="center"><b>🔥 Want to strengthen your core JavaScript skills and master ES6?</b><br>I would personally recommend this awesome <ahref="https://ES6.io/friend/AWESOME">ES6 course</a> by Wes Bos.</p>
8
-
9
-
---
10
-
11
5
Usually you would have to load each task one by one, which is unnecessarily cumbersome.
12
6
13
7
This module will read the `dependencies`/`devDependencies`/`peerDependencies`/`optionalDependencies` in your package.json and load grunt tasks that match the provided patterns.
Traverse up the file hierarchy looking for dependencies like `require()`, rather than the default grunt-like behavior of loading tasks only in the immediate `node_modules` directory.
0 commit comments