Closed deniaz closed 8 years ago
Possible solution: https://gist.github.com/sindresorhus/7996717
Thanks Simon Works like a charm – in a modified version also on windows. But this must be configured manually on each project.
Something similar: we could add a postinstall
hook in the package.json
to install bower dependencies automatically, after running npm install
.
"scripts": {
"postinstall" : "bower install"
}
This git hook should solve this:
https://github.com/namics/generator-nitro/blob/master/app/templates/project/.githooks/post-merge
As default it will be installed with npm install
We should probably find a way how to solve that. This ticket is more of a reminder than a bug report.