sbecker / asset_packager

JavaScript and CSS Asset Compression for Production Rails Apps
http://synthesis.sbecker.net/pages/asset_packager
517 stars 102 forks source link

Move tasks directory #9

Open fnando opened 14 years ago

fnando commented 14 years ago

The Rails 3 requires the "tasks" directory to be inside "lib". This can be safely moved out since it works on previous versions as well.

fnando commented 14 years ago

Implemented here: http://github.com/fnando/asset_packager/tree/rails3