Flowdock
method

new

Importance_0
v3.2.8 - Show latest stable - 0 notes - Class: StaticCompiler
new(env, target, paths, options = {}) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.