DigitPaint / roger

Roger is your friendly front-end development toolbox!
MIT License
4 stars 4 forks source link

Add NPM/Bower dependencies check #44

Closed edwinvdgraaf closed 8 years ago

edwinvdgraaf commented 9 years ago

Allow some sort of check for dependencies during start like bundler does.

flurin commented 9 years ago

Bower has the option to output json so that should be consumable bower list --json says "missing" if a dependency is missing.

NPM I'm not sure but it should have an option like that as well.

Question is: should this be a plugin? IMHO: yes.

edwinvdgraaf commented 9 years ago

I'm not sure about yet another plugin, finding the setup time for each plugin to by quite costly already. However, it's really specific functionality which doesn't necessarily belongs inside roger.

edwinvdgraaf commented 8 years ago

Closing this one.

Bower seems fading, npm is still a strange, but solution should be found outside roger. Think shrinkwrap, build from clean environments etc.