Created
January 27, 2009 10:38
-
-
Save fauxparse/53279 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Clean up the stale cached files from a theme | |
| rake themes:uncache | |
| # Restart the server: necessary to reload classes etc in production mode | |
| touch tmp/restart.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment