Hello everyone.
I want to use customized twitter bootstrap inside my project. So I downloaded the less files from their latest stable release (3.1.1) and tried to steal them into JSMVC.
This didn't work because of the old less version that JSMVC uses, so I upgraded the less-engine.js file to version 1.6.3.
Now everything works in development mode but when I am trying to build it it fails with:
- !!!!!!!!!!! ERROR !!!!!!!!!!!
- -message = Cannot call method "toCSS" of undefined
- -fileName = file:///C:/Users/Thomas/Documents/workspaces/couchfunk_git/javascript_apps/steal/less/less.js
- -lineNumber = 89
- -name = TypeError
Thanks in advance,
Gammanator