rewrite and decouple

This commit is contained in:
tdreyno 2009-09-28 19:43:08 -07:00
parent 96e095215f
commit 4f11920bba
24 changed files with 522 additions and 327 deletions

View file

@ -9,6 +9,9 @@ module Generators
desc "Creates a new staticmatic scaffold."
first_argument :location, :required => true, :desc => "Project location"
# css_dir
# images_dir
def destination_root
File.expand_path(location)
end