revans / Ti

A Rapid Development framework for Titanium
http://www.codewranglers.org
MIT License
88 stars 21 forks source link

Compile CoffeeScript (by sorted order) #2

Closed revans closed 13 years ago

revans commented 13 years ago

Should work similar to how SASS and Sprockets work where you have a file and you specify the order in which files are compiled. The following scenarios should work:

app/::app_name::/models/* app/::app_name::/controllers/login.coffee app/::app_name::/controllers/dashboard.coffee

revans commented 13 years ago

Completed.