I have a webpage that I am converting into a Joomla template. I am using a LESS file and allowing it to just interpret at runtime rather than compiling it. I see that Joomla has LESS capabilities and even has all the libraries to run LESS. The problem is that no matter where I point the less.js in the it will not work. I even uploaded less.js into the template folder and the default joomla folders and pointed to each location and it still will not work. I do not feel like using a compiler, at least not at this point since I am still messing with the layout and colors and such and that would be an extra few steps that I do not want to deal with right now.Is it possible to run LESS interpretively on Joomla or is it only allowed through a compiler?