Class: Hanamismith::Builders::Asset

Inherits:
Rubysmith::Builders::Abstract
  • Object
show all
Defined in:
lib/hanamismith/builders/asset.rb

Overview

Builds project skeleton for assets.

Instance Method Summary collapse

Instance Method Details

#callObject



11
12
13
14
15
# File 'lib/hanamismith/builders/asset.rb', line 11

def call
  path = "%project_name%/config/assets.js.erb"
  builder.call(settings.merge(template_path: path)).render
  true
end