If a developer changes the environment variables used to alter the style of his app he will not only need to simply restart the app, he will also need to clear the cache previously generated by the app.
This involves the following steps:
touch tmp/restart.txt
bin/rake tmp:clear
It would be beneficial to condense this into a single rake task:
If a developer changes the environment variables used to alter the style of his app he will not only need to simply restart the app, he will also need to clear the cache previously generated by the app.
This involves the following steps:
It would be beneficial to condense this into a single rake task: