Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
updated to sass-convert tool
Browse files Browse the repository at this point in the history
  • Loading branch information
napcs committed Apr 18, 2011
1 parent eecf28d commit 80ee00f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ namespace :ninesixty do
name = cssfile[:name] name = cssfile[:name]
url = cssfile[:url] url = cssfile[:url]
puts "*** Converting #{name}.css to src/stylesheets/_#{name}.sass" puts "*** Converting #{name}.css to src/stylesheets/_#{name}.sass"
`sass-cnvert tmp/#{name}.css src/stylesheets/_#{name}.sass` `sass-convert tmp/#{name}.css src/stylesheets/_#{name}.sass`

end end


FileUtils.rm_rf "tmp" FileUtils.rm_rf "tmp"
Expand Down

0 comments on commit 80ee00f

Please sign in to comment.