- New roots-utils.php file for base functions
- Defined useful constants for dealing with common paths
- Refactored rewrites and clean URLs to be more flexible for non
standard setups
- Custom scripts handler now deals with plugin scripts correctly
- Fixes#204, #270, #278
- Remove all frameworks except Bootstrap
- Remove roots-options.php and replace with a more simple
roots-config.php
- Include all Bootstrap Javascript plugins by default in
js/plugins.js
- Use Bootstrap Responsive and Topbar navigation by default
- Use Bootstrap markup on forms, page titles, image galleries,
alerts and errors, post and comment navigation
- Remove Roots styles from style.css and introduce app.css for
site-specific CSS. Remove almost all previous default Roots
styles.
- Add latest updates from H5BP project
roots-actions.php: added responsive css framework file
roots-options.php: changed default css classes for bootstrap v2.0.0
roots-scripts.php: updated less to v1.2.1, changed the load order and
added new scripts for bootstrap v2.0.0
Added all of the new css, js, less asset files and updated all of the
previous ones for bootstrap v2.0.0
Added where to select the CSS files from. There are many right now and
need to be combined and compressed at some point. Also added the
conditional css for foundation for IE 9
Addition of the Less Framework 4 (http://lessframework.com/) to CSS frameworks on top of changes to the CSS frameworks code refactoring by swalkinshaw in commit 539198a.