Class: Gridpaper::Generate
- Inherits:
-
Object
- Object
- Gridpaper::Generate
- Defined in:
- lib/gridpaper.rb
Instance Method Summary collapse
-
#initialize(path, stylesheets_dir = "stylesheets", syntax = :sass) ⇒ Generate
constructor
Add Gridpaper to your project.
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 |