coffee-rails-source-maps
coffee-rails-source-maps copied to clipboard
DO NOT USE THIS!! I DO NOT MAINTAIN IT!
In rails 4.0.13 i needed to patch sprockets instead of Tilt so... did that
When the .coffee file name containing the dot, for example "views.users.list.coffee", .map file created with only the first part of the filename, which entailed the loss of .map files and...
`CS_SOURCE_MAPS=false` env variable will disable CoffeeScript source maps
I'm deploying a Rails app in a subdirectory using the `Rails.configuration.relative_url_root` option. The rendered source map links did not take the subdirectory into account. This PR should solve this issue.