Method: Parceler::Configuration#initialize
- Defined in:
- lib/parceler.rb
#initialize ⇒ Configuration
Returns a new instance of Configuration.
22 23 24 25 26 27 28 29 30 |
# File 'lib/parceler.rb', line 22 def initialize @entry_point = "app/javascript/application.js" @destination = "public/parcels" @cache = nil @source_maps = false @minify = true @content_hashing = true @autoresolve = false end |