Yes, sometimes it may be OK to render your CoffeeScript files using the --bare
option. Most notably, in test spec helper files under Jasmine.
Spec the gem in your Gemfile and bundle install.
gem 'sprockets-blackcoffee'
The gem resisters a new template that subclasses Tilt's default CoffeeScript template. Except it does one thing, it sets the --bare
option to true. To use this template, name your files with the .black_coffee
file extension.