Fixes the deletion of the target directory after installation#1
Fixes the deletion of the target directory after installation#1anpieber wants to merge 1 commit into
Conversation
Looking into the documentation of the grunt-bower-task we read: options.cleanTargetDir: Will clean target dir BEFORE running install. options.cleanBowerDir: Will remove bower's dir AFTER copying all needed files into target dir. Therefore, what we really want is cleanTargetDir instead of cleanBowerDir
|
I believe I intentionally was deleting bower's directory and leaving the target one. Something something at this point source control gave up and all six of us working on this just said (╯°□°)╯︵ ┻━┻ @jasonkarns can you remember how this was supposed to be (as it pertains to this issue)? |
|
I believe @searls is correct. Initially, in github-notifications, the bower directory was configured using the There is an open PR to grunt-bower-task to really make If you're looking for a way to clean the target directory ( |
Looking into the documentation of the grunt-bower-task we read:
options.cleanTargetDir: Will clean target dir BEFORE running install.
options.cleanBowerDir: Will remove bower's dir AFTER copying all needed files into target dir.
Therefore, what we really want is cleanTargetDir instead of
cleanBowerDir