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:
parent
3b7637f1e5
commit
8fa32acf79
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user