JonAbrams / synth

The first back-end framework specially designed for single-page web applications
http://www.synthjs.com
MIT License
968 stars 70 forks source link

Add uninstall command #47

Closed pchw closed 10 years ago

pchw commented 10 years ago

type like this,

$ synth uninstall -f angular

the command runs bower uninstall and remove relative files from jsFiles.

JonAbrams commented 10 years ago

This is great, thanks! This is totally a feature I had planned in the back of my head :)

The only major problem I see so far is that when the tests are run, an error is produced, but for some reason the tests don't fail. Take a look.

Also, if you could squash/rebase your commits into one that'd be a big help.

pchw commented 10 years ago

Thanks for your review! I fixed a test and rebased commits.

JonAbrams commented 10 years ago

Great stuff, thanks!