Class Sprockets::Standalone::RakeTask
In: lib/sprockets/standalone.rb
Parent: ::Rake::TaskLib

Methods

index   manifest   new  

Attributes

assets  [RW]  List of sprocket file targets that should be compiled.
environment  [RW]  `Environment` instance used for finding assets.
manifest_name  [RW]  Full path to the manifest json file
output  [RW]  Set output directory. Defaults to `dist` in current working directory.
sources  [RW]  List of source directories. This is a convenience method as it will add all available sub-directories like `stylesheets`, `javascripts` to sprockets include path.

Example: If you have a typical sprockets directory layout like `src/assets/stylesheets`, `src/assets/javascripts` all you need to add to `source` is `src/assets`.

Public Class methods

Public Instance methods

[Validate]