dbashford / mimosa-bower

Bower integration module for mimosa
3 stars 2 forks source link

clean does not work with trackChanges on #11

Closed dbashford closed 11 years ago

dbashford commented 11 years ago

Cleaning depends on bower determining what files to uninstall. If the bower_components directory is not being kept, Bower has no idea. Need to offload that work from Bower.

When trackChanges is true, need to keep a list of all the files that were installed in the .mimosa directory for easy cleaning.