jschoolcraft / Limechat-Themes

A collection of limechat themes
133 stars 58 forks source link

Why copy the assets and then symlink; why not symlink directly? #14

Open josh-nz opened 11 years ago

josh-nz commented 11 years ago

It appears the rake themes:install task copies all files to the limechat themes folder and then symlinks the css and yaml files into the limechat themes folder.

What is the need to copy the folders (and Rakefile and README.mdown files) to the limechat themes folder? Can you not just symlink the css and yaml files to your git folder clone, which is where the rake task is being executed from?