conoremclaughlin / bones-boiler

Testing sets of Bones tools to make life easier for the impatient.
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Switch To Main and Vendor.js structure for assets. #2

Closed conoremclaughlin closed 11 years ago

conoremclaughlin commented 11 years ago

Right now to include new client-side libraries to be used by Bones models, views, etc. the js file has to just be generically added to all.js so it is executed before views and models are parsed by the javascript engine. Need to change this so vendor.js can be cached for longer than main.js, better loose coupling, and other reasons.

conoremclaughlin commented 11 years ago

Done in 0.1.0.