Introduce src/ and dist/ folders

Separate minifying/renaming of files to prod-only tasks

Add tasks for copying jQuery and fonts

Ref #1138, #1070, #1155
This commit is contained in:
Ben Word
2014-10-27 10:01:17 -05:00
parent e3266279e6
commit 5b22f0bd9d
24 changed files with 164 additions and 157 deletions

19
assets/src/less/main.less Normal file
View File

@@ -0,0 +1,19 @@
// Bootstrap
@import "_bootstrap";
// Variable overrides and custom variables
@import "_variables";
// Roots
@import "_global"; // Base styling & custom mixins
@import "components/_buttons"; // Button tweaks
@import "components/_forms"; // Form tweaks
@import "components/_media"; // WordPress media
@import "components/_wp-classes"; // WordPress generated classes
@import "layouts/_general"; // General styling
@import "layouts/_header"; // Header styling
@import "layouts/_sidebar"; // Sidebar styling
@import "layouts/_footer"; // Footer styling
@import "layouts/_pages"; // Page styling
@import "layouts/pages/_home"; // Home page styling
@import "layouts/_posts"; // Post styling