Class: Gridpaper::Generate

Inherits:
Object
  • Object
show all
Defined in:
lib/gridpaper.rb

Instance Method Summary collapse

Constructor Details

#initialize(path, stylesheets_dir = "stylesheets", syntax = :sass) ⇒ Generate

Add Gridpaper to your project



11
12
13
14
15
16
# File 'lib/gridpaper.rb', line 11

def initialize(path, stylesheets_dir="stylesheets", syntax=:sass)
  copy_files_to(
    File.join(path, stylesheets_dir),
    syntax.to_s
  )
end