Method: Fones::Builder#initialize

Defined in:
lib/fones/builder.rb

#initialize(project) ⇒ Builder



8
9
10
11
12
13
14
15
16
17
18
# File 'lib/fones/builder.rb', line 8

def initialize(project)
  @project = project
  @task    = project.task
  @templates_path = @project.templates_path
  @assets_path = @project.assets_path
  @functions_path = @project.functions_path
  @includes_path = @project.includes_path
  @package_path = @project.package_path

  init_sprockets
end