No commit activity in last 3 years
No release in over 3 years
Render CoffeeScript files with the --bare option. Useful for JS spec helpers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.0
 Project Readme

Sprockets BlackCoffee

Yes, sometimes it may be OK to render your CoffeeScript files using the --bare option. Most notably, in test spec helper files under Jasmine.

Usage

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.