SprocketsFS
SprocketsFS will mount your Sprockets Environment in the filesystem using FUSE.
All of your assets (and their compiled versions) will be accessible at ./asset_fs
To use:
- Install with
gem install sprockets_fs - Run
sprockets_fsin the root directory of your Rails app.