Automate npm and bower install with grunt

前端 未结 5 1680
耶瑟儿~
耶瑟儿~ 2021-01-29 21:38

I have a node / angular project that uses npm for backend dependency management and bower for frontend dependency management. I\'d like to use a grunt task to do both install co

5条回答
  •  遥遥无期
    2021-01-29 22:16

    Grunt task that does just this job (as per Sindre's solution above):

    https://github.com/ahutchings/grunt-install-dependencies

提交回复
热议问题