How to prevent caching from LESS.css
Just found a quick solution to avoid LESS caching system and enter in development mode. Copy and paste this javascript code before loading the less.js file.
less = {}; less.env = 'development';
Hope you find it useful,
Cheers!