I'm playing around with this package of Sinatra and Coffeescript and can't seem to clear the asset pipeline. When I update backbone.js to the most recent version, the app (run with shotgun watch
) continues to serve the version of backbone.js that I've just replaced!
I am sure there is a rake command or something to clear the asset pack, but I cannot find it in any of the documentation.
rake assets:clean
is telling me that rake doesn't know that task.