The extension pattern works better when using the pattern name instead of the project name for the target sass file.

This commit is contained in:
Chris Eppstein 2009-08-30 02:22:52 -07:00
parent 3b7637f1e5
commit 8fa32acf79

View File

@ -1,4 +1,4 @@
file 'stylesheets/main.sass', :to => "stylesheets/_#{File.basename(options[:project_name])}.sass"
file 'stylesheets/main.sass', :to => "stylesheets/_#{File.basename(options[:pattern_name])}.sass"
file 'templates/project/manifest.rb'
file 'templates/project/screen.sass'