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

Re : Upgrade less from 1.0.34 ( 2010 huge jsjmvc app ) to actual version

$
0
0
For those with the same problem : I´m loading less.js as an outside plugin and after that loading less_helper.js wich is a script to load the main .less file :

less_helper.js :

var link  = document.createElement('link');
    link.rel  = "stylesheet";
    link.type = "text/less";
    link.href = "<filepath>.less"

less.sheets.push(link);
less.refresh();




Thanks

Viewing all articles
Browse latest Browse all 3491

Trending Articles