OSC / ood_appkit

https://osc.github.io/Open-OnDemand/
MIT License
1 stars 2 forks source link

Add restart rake task #6

Closed nickjer closed 8 years ago

nickjer commented 8 years ago

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:

bin/rake ood_app:restart