Skip to content

Render CoffeeScript files with the --bare option. Useful for JS spec helpers.

License

Notifications You must be signed in to change notification settings

metaskills/sprockets-blackcoffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Render CoffeeScript files with the --bare option. Useful for JS spec helpers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages