Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Cannot build with LESS 1.6.3 and twitter bootstrap 3 less files

$
0
0
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:
  1. !!!!!!!!!!! ERROR !!!!!!!!!!!

  2. -message    = Cannot call method "toCSS" of undefined
  3. -fileName   = file:///C:/Users/Thomas/Documents/workspaces/couchfunk_git/javascript_apps/steal/less/less.js
  4. -lineNumber = 89
  5. -name       = TypeError
So somehow building the less files fails. Does anyone know why?

Thanks in advance,
Gammanator

Viewing all articles
Browse latest Browse all 3491

Trending Articles