Add grunt.js build script

- Move Bootstrap LESS files into new subdirectory

- Change app.css to app.less, add @import's to utilize
Bootstrap variables and mixins

- Remove plugins.js and main.js

- Move Bootstrap JS plugins into new subdirectory

- Add new _main.js file with example DOM-based routing
script that works off the WordPress body_class

- lib/scripts.php has been updated to remove all extra
CSS and JS files and also places JavaScript in the footer
This commit is contained in:
Ben Word
2012-10-03 08:32:58 -05:00
parent 15d67295aa
commit ddea8b597f
66 changed files with 11262 additions and 57 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,3 +1,12 @@
/*!
* Roots 6.1.0
*/
@import "bootstrap/variables.less";
@import "bootstrap/mixins.less";
@import "bootstrap/responsive-utilities.less";
@import "bootstrap/utilities.less";
/* ==========================================================================
Base
========================================================================== */

7019
assets/css/main.css Normal file

File diff suppressed because it is too large Load Diff

19
assets/css/main.min.css vendored Normal file

File diff suppressed because one or more lines are too long