Skip to content

Commit

Permalink
update the prototype import task
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Aug 26, 2010
1 parent c3b867c commit c1fbf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/prototype.rake
Expand Up @@ -20,7 +20,7 @@ namespace :radiant do
desc "Import styles from prototype"
task :styles do
FileUtils.mkpath "public/stylesheets/sass/admin"
FileUtils.cp_r "../prototype/views/stylesheets/admin", "public/stylesheets/sass"
FileUtils.cp_r "../prototype/sass/admin", "public/stylesheets/sass"
filename = 'public/stylesheets/sass/admin/main.sass'
content = IO.read(filename)
File.open(filename, "w") do |f|
Expand Down

0 comments on commit c1fbf90

Please sign in to comment.