interactive-pioneers / generator-pioneerapp

Yeoman generator to scaffold front-end web app.
GNU General Public License v3.0
3 stars 0 forks source link

Remove global dependencies #40

Open ain opened 7 years ago

ain commented 7 years ago

Global dependencies such as bower and grunt should be removed.

Local dependencies should be used instead over NPM scripts so they can be controlled as per version from package.json.

ain commented 7 years ago

@davleh you can take this in case you have time.