Moved themes to .themes to get it out of the way. Updated Rakefile to support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use

This commit is contained in:
Brandon Mathis
2011-06-29 14:01:06 -04:00
parent ce6621724c
commit ea349cdfbf
114 changed files with 25 additions and 12 deletions

View File

@ -0,0 +1,9 @@
@import "compass";
@include global-reset;
@include reset-html5;
@import "custom/colors";
@import "custom/layout";
@import "base";
@import "partials";
@import "custom/styles";