lkwdwrd / generator-vvv

Yeoman generator for VVV auto site setup
Other
26 stars 10 forks source link

Allow supporting files to be stored with the json and sql. #31

Open EHLOVader opened 9 years ago

EHLOVader commented 9 years ago

I think that there are a few times where I would like to also distribute supporting files and want them to survive a cleanup.

Is it possible to add a list of files in the vvv.json which are also saved in the same way the vvv.json and sql are by prepending a # to them prior to the cleanup process?

For some background I would like to have a flightplan js file in the root of each project to handle the deployment of the project to the remote server.

lkwdwrd commented 9 years ago

This is similar to #6. I'd like to see the cleanup routine switched to a system that purposefully removes files, rather than globbing them with something like find. We've had some discussion off-line about how this could work, but never got around to an implementation.