Method: Marv::Project::Builder#build_project

Defined in:
lib/marv/project/builder.rb

#build_projectObject

Start builder



23
24
25
26
27
28
29
30
31
32
33
34
# File 'lib/marv/project/builder.rb', line 23

def build_project
  clean_directory

  @functions.copy_folders
  @templates.copy_templates

  @functions.copy_functions
  @functions.copy_includes

  @assets.copy_images
  @assets.build_assets
end