igrigorik / closure-sprockets

Sprockets processor for Google's Closure tools
http://www.igvita.com/2011/08/16/rails-3-asset-pipeline-google-closure/
54 stars 11 forks source link

Implement proper deps resolution #5

Closed igrigorik closed 12 years ago

igrigorik commented 12 years ago

Current approach is simplistic and works for small / trivial apps, but will break on circular require's, etc.