Merge pull request #11812 from tlindig/load_grunt_tasks
Build process: use module "load-grunt-tasks" to load grunt tasks
Showing
| ... | @@ -40,6 +40,7 @@ | ... | @@ -40,6 +40,7 @@ |
| , "grunt-saucelabs": "~4.1.2" | , "grunt-saucelabs": "~4.1.2" | ||
| , "grunt-sed": "~0.1.1" | , "grunt-sed": "~0.1.1" | ||
| , "regexp-quote": "~0.0.0" | , "regexp-quote": "~0.0.0" | ||
| , "load-grunt-tasks": "~0.2.0" | |||
| } | } | ||
| , "jspm": { | , "jspm": { | ||
| "main": "js/bootstrap" | "main": "js/bootstrap" | ||
| ... | ... |
Please register or sign in to comment