Updated LESS component for CakePHP

Posted February 5th, 2012 • 1 min read

I decided to have a look at Twitter Bootstrap 2, and had it run through my LESS Component. I then realized the component didn't support subfolders!

So this is just to let you guys know I wrote a small tweak, and now it works perfectly :)

If you have any other alterations you would like to see feel free to fork, or drop me a comment below.

The new version: https://github.com/Hyra/less

Stay up to date

Want to know when a new post comes out and stay in the loop on tips, tricks and gotchas? Consider signing up for the Mindthecode newsletter.

Comments

Keep reading

May 22nd, 2011 • 4 min read
The following setup can work nicely when you develop your sites locally and don't want to change the configuration every time you upload it.
April 19th, 2020 • 1 min read
It's good practice to force either www or non-www for your website. But how do you redirect your traffic properly using Express?
May 9th, 2012 • 4 min read
How to format an associative array in JSON with Knockout