method
new
v3.2.13 -
Show latest stable
- Class:
Sprockets::StaticCompiler
new(env, target, paths, options = {})public
No documentation available.
# File actionpack/lib/sprockets/static_compiler.rb, line 7
def initialize(env, target, paths, options = {})
@env = env
@target = target
@paths = paths
@digest = options.key?(:digest) ? options.delete(:digest) : true
@manifest = options.key?(:manifest) ? options.delete(:manifest) : true
@manifest_path = options.delete(:manifest_path) || target
end