Bootstrap linking
Closed this issue · 0 comments
andy4thehuynh commented
In bootstrap.rb, you'll want to force the link to be updated.
FileUtils.ln_sf(path, link_name)
You won't get any updates otherwise.
http://ruby-doc.org/stdlib-1.9.3/libdoc/fileutils/rdoc/FileUtils.html#method-c-ln_sf
So dumb..