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

November 30th, 2016 • 2 min read
How to sort your site.tags alphabetically in your Jekyll blog
May 5th, 2014 • 11 min read
Today I want to show a generic workflow and setup I have used a lot lately when working on building apps with Angular. It uses Gulp as a CI system and Browserify to minimize code clutter and maximize awesomeness.
April 18th, 2016 • 6 min read
Recently React Storybook came out. It's a tool to isolate your React Components to develop and design them outside of your app. I'll be walking through setting it up