public
Description: The web app builder for Rails
Homepage: http://hobocentral.net
Clone URL: git://github.com/tablatom/hobo.git
Fix to hobo:symlink_assets rake task
tablatom (author)
Mon May 12 03:58:48 -0700 2008
commit  62444003ef4f20bf31ffe62c9a393bfa89e69294
tree    26d4bfc846d6c05105a6c3a5e70531792fb6c9ba
parent  f8b63bedc92920636ae1cd0607532a1a41e8f0d5
...
12
13
14
15
 
16
17
18
...
12
13
14
 
15
16
17
18
0
@@ -12,7 +12,7 @@ namespace :hobo do
0
       
0
       Dir.chdir("hobothemes/clean/stylesheets") do
0
         puts "clean.css"
0
- `rm -f cean.css`
0
+ `rm -f clean.css`
0
         `ln -s ../../../../vendor/plugins/hobo/generators/hobo_rapid/templates/themes/clean/public/stylesheets/clean.css`
0
       end
0
     end

Comments

    No one has commented yet.