Started with: https://github.com/adobe/brackets/tree/glenn/dropbox-integration
because dropbox 3pp js script uses localstorage api
for now just commented out the script elements
for now just commented out usage as it was only for workaround with CEF not setting navigator.language correctly.
Can't use sync with XHR, bug: less/less.js#937 fixed in less 1.3.1 So switched to latest stable: 1.3.3 and add to crx.js:
less = { async: true, fileAsync: true }
as per less/less.js#1031
upgrading to LESS 1.3.3 uncovers error in form.less, part of ancient version 1.4 of Twitter bootstrap. Using http://less2css.org/ online demo pointed to error on line 187:
Syntax error: expected ')' got '}'
.box-shadow(0 0 6px lighten(@borderColor, 20%); } }
and yes sure enough, the brackets don't balance, so easy fix in the end.