Hi, I really like dploy, but I have one question.
If I work with preprocessors like SASS/SCSS, Compass, CoffeeScript, Jade, etc, how am I supposed to deploy a website while the output of these tools is not pushed to the git repository?
It would be nice to have some kind of "map" that can track GIT source files to output files, so they can be uploaded if their corresponding source file has been updated in GIT. The current workaround I am using is the "include" directive, but it is pretty straight-forward, and not really efficient for this case...
Hi, I really like dploy, but I have one question.
If I work with preprocessors like SASS/SCSS, Compass, CoffeeScript, Jade, etc, how am I supposed to deploy a website while the output of these tools is not pushed to the git repository?
It would be nice to have some kind of "map" that can track GIT source files to output files, so they can be uploaded if their corresponding source file has been updated in GIT. The current workaround I am using is the "include" directive, but it is pretty straight-forward, and not really efficient for this case...