Using this generator to scaffold a backbone app gives me insanely big project of 11000 files. Probably because some of the generators are included in the project itself.
Is there an option to keep them generators global? The way Yeoman v0.9.6 was built? Or is it a bad practice?
Enlighten me would ya?
--using yeoman 1 beta 5
You can install the generators globally:
npm install -g generator-mocha generator-backbone
But your dev dependencies for bower and npm will be added to your projects local file structure.
<project_root>/node_modules
<project_root>/app/bower_components
They do take up a bunch of space but at least the scaffolded .gitignore filters them out of your commits =)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With