module Sprockets

Define some basic Sprockets error classes

Constants

CoffeeScriptTemplate

Processor engine class for the CoffeeScript compiler. Depends on the `coffee-script` and `coffee-script-source` gems.

For more infomation see:

https://github.com/josh/ruby-coffee-script
ERBTemplate

Deprecated

EcoTemplate

Processor engine class for the Eco compiler. Depends on the `eco` gem.

For more infomation see:

https://github.com/sstephenson/ruby-eco
https://github.com/sstephenson/eco
EjsTemplate

Processor engine class for the EJS compiler. Depends on the `ejs` gem.

For more infomation see:

https://github.com/sstephenson/ruby-ejs
Index

`Cached` is a special cached version of `Environment`.

The expection is that all of its file system methods are cached for the instances lifetime. This makes `Cached` much faster. This behavior is ideal in production environments where the file system is immutable.

`Cached` should not be initialized directly. Instead use `Environment#cached`.

SassCacheStore

Deprecated: Use Sprockets::SassProcessor::CacheStore instead.

SassFunctions

Deprecated: Use Sprockets::SassProcessor::Functions instead.

SassTemplate

Processor engine class for the SASS/SCSS compiler. Depends on the `sass` gem.

For more infomation see:

https://github.com/sass/sass
https://github.com/rails/sass-rails
ScssTemplate
VERSION