mindctrl / alienship

Not actively maintained right now. Alien Ship is a starter theme for WordPress with Bootstrap integration.
http://www.johnparris.com/alienship/
GNU General Public License v2.0
122 stars 32 forks source link

LESS files #26

Closed ckdt closed 10 years ago

ckdt commented 10 years ago

Maybe you can provide the .LESS files for easy customization?

mindctrl commented 10 years ago

This is something I've considered. For dev purposes the theme includes the full Bootstrap load. When developing new sites I do one of two things:

@ckdt How would you work with the LESS files if they were included in the theme?

ckdt commented 10 years ago

@mindctrl i normally would use grunt.js to compile the less files from bootstrap. I make an _source folder which contains the latest version of bootstrap. Then i make a theme.less which includes only the less files of bootstrap needed for that specific project, so i won't have css i am not using.

christopheranderton commented 10 years ago

'+' for grunt.js (of course you can always include others as well, but Grunt.js is the king of the hill). Good starting point. http://eamann.com/tech/automated-wordpress-development/

Have just started using Grunt, and, wow, it's been changing my whole workflow.

mindctrl commented 10 years ago

For some reason I'm not getting notifications on this.

I've used Sass in another project and liked it. Now Bootstrap has an official Sass port, I'd likely use that over LESS.

I've dabbled in Grunt a little and would like to adopt it more. Do you guys have Grunt file examples you can share? @ckdt @Deluxive