hassle
hassle copied to clipboard
HTTP Caching SASS for your leisure (?)
When using Hassle with rails 3 on heroku, I'm getting: ERROR: Rails.root is nil! (RuntimeError) I'm using the vanilla hassle repo (though I have tried a few other branches after...
FWIW I'm using the jasoncodes fork. I'm not sure if this is a hassle issue or a smart_asset issue, but posting it here for now. I'm attempting to package all...
Hi, when running Rails 3.0.5 app with hassle 0.0.1 plugin I get the following error: (master)c35894b$ thin -e production start > > Using rack adapter > > /.../vendor/plugins/hassle/init.rb:2: undefined method...
This might not be an issue, but if you use [Compass](http://compass-style.org/) in a Rails application and store your Sass stylesheets in an `app/stylesheets` folder and compile them to `public/stylesheets`, how...
Am I missing something? Rails 3.0.2 on Heroku...
I've got a simple, new Rails 2.3.5 application. The app has an about controller and a hello action. /about/hello works fine with or without hassle. The routes file has this...
I'm having trouble getting hassle to work with compass. I have my sass files stored in `/public/stylesheets/sass` and want them to be compiled to `/public/stylesheets/compiled`. It works fine in development,...