Re: Post-compile hooks?

2009-03-12 Thread Keenan Brock
Rake task? Run it after updating your sass files? I know make and ant can do file mod date stuff so it would only be run if the file has been updated. Please share your solution. Or ask for help if you need more info. --Keenan On Mar 11, 2009, at 2:04 AM, Max nanode...@gmail.com wrote:

Re: Post-compile hooks?

2009-03-11 Thread Max
I'd like something like this but for something slightly different -- I'd prefer to generate all my .css files (from Sass files) when my application is deployed (or compiled, in this case). Obviously, this isn't possible with the read-only file system, but if there was a hook to make changes to