mirror of
https://github.com/less/less.js.git
synced 2026-01-25 15:18:03 -05:00
Set less.async and/or less.fileAsync to true before including less.js to force asynchronous XHR requests to be used. fileAsync is introduced as a separate setting to maintain existing semantics, as previously changing less.async to true would only affect http protocol XHRs.