Commit Graph

99 Commits

Author SHA1 Message Date
Ben Word
d328bfec91 Use new core navigation template tag 2015-01-18 04:18:11 -06:00
Julien Melissas
3fa4d86df4 Adding JavaScript finalize back in.
Addresses d6fc59e041 (commitcomment-6183775)
2015-01-16 14:43:27 -05:00
Austin Pray
6bb9fb21cb Use new manifest format
Simplifies and consolidates gulp tasks

Adds a --production flag to disable source maps

Uses pleeease.io for css optimization
2015-01-15 12:06:52 -06:00
Ben Word
030c084134 Rename to Sage 2015-01-09 20:52:29 -06:00
Ben Word
eaf4d7b73b Fix error after master merge because of new assets directory structure 2015-01-09 19:15:24 -06:00
Ben Word
dadb2ce632 Merge master 2015-01-09 19:09:46 -06:00
Ben Word
ebc18f724c Add example of how to use bootstrap-sass 2015-01-09 17:53:13 -06:00
Austin Pray
df004917b7 Use wiredep for sass and less injection
https://github.com/taptapship/wiredep
all third-party deps are injected via wiredep rather than manually managed
2014-11-24 12:42:52 -06:00
Austin Pray
e2091ef880 Implement JSON file based asset pipeline
Adds manifest.json which contains all of the mappings for the assets
ref: https://github.com/roots/roots/pull/1138#issuecomment-62593715

Prune and update NPM deps
2014-11-24 12:42:41 -06:00
Austin Pray
3a4ae77b1e Reorganizes asset file structure
Separates assets into
- Source assets: `assets`
- Compiled assets: `dist`

Edits assets.php to reflect changes

Removes '.min' from filenames

Fixes:
- removes 'clean' from build step.
2014-11-24 12:34:11 -06:00
Ben Word
1c591f9243 Fix Glyphicons path 2014-11-11 12:14:51 -06:00
Ben Word
a58f20752a Formatting / syntax fix 2014-11-11 11:47:41 -06:00
Ben Word
6681d2480d Add some base comment styling
Ref #1197, #1111, #1181
2014-11-11 11:34:38 -06:00
Ben Word
5b22f0bd9d 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
2014-10-27 12:16:01 -05:00
Ben Word
7dd0f0b755 Merge master 2014-10-24 17:56:17 -05:00
Michael Silber
dcab2b3040 Move variables into main.less in case it needs to come after other imports (e.g., fontawesome) 2014-10-18 19:32:10 -04:00
Austin Pray
6e0e036ae7 Enhance Gulp dependency compilation
Gulp automatically grabs all of the dependencies listed as main files in
`bower.json` except for jQuery and modernizr

Deletes plugin directory, bad development pattern. Doesn't make sense
with the existence of `vendor` directory anyway.

Concat all of the js in the js directory except vendor and compiled
files
2014-09-11 23:13:02 -05:00
Ben Word
ee3fc7119d Update editor-style 2014-08-19 21:29:58 -05:00
Ben Word
c7a7d99417 Update order and comments for custom variables 2014-08-19 20:44:21 -05:00
Ben Word
a1edc5404f Merge pull request #1090 from CFXd/move-main-and-sidebar-markup-out-of-php
Move <main> and .sidebar markup out of PHP and into LESS
2014-08-15 12:30:09 -05:00
Michael Silber
32acdb3860 Move <main> and .sidebar markup out of PHP
Add more efficient LESS with variables

Add new line to _variables.less

Add sidebar class to body element instead of main element

Change body sidebar class to .sidebar-active

Change body sidebar class to .sidebar-primary

Correct spacing issues
2014-07-26 10:59:49 -04:00
Kevin Lisota
d040ddef2e use WP HTML5 markup for captions instead of Soil
Use add_theme_support to enable native HTML5 captions and add caption styling to wp-caption-text.
2014-07-25 19:02:49 -07:00
QWp6t
4cdab4497f Splits mixins into separate imports, fixes import order. 2014-07-08 23:16:37 -07:00
James Holland
6733c38a87 add _responsive-embed.less 2014-07-08 21:51:10 -04:00
Ben Word
dede0bd851 Close #992 - Move some Roots features into Soil 2014-03-11 23:34:17 -05:00
Ben Word
6d8b82a7e5 Add .gitkeep to assets/js/plugins 2014-02-22 12:11:47 -06:00
Ben Word
7b255992cf Ref #933 - dev and build tasks for Grunt
Dev: don't minify
Build: minify, lean Modernizr build

Dev assets will load if you have defined your WP_ENV as development
If you don't use Bedrock, you'll need to add this to your wp-config.php:

define('WP_ENV', 'development');

TODO: lib/scripts.php shouldn't need to be committed for changes after
running the version task
2014-02-21 21:59:09 -06:00
Ben Word
cf843567ce Better LESS organization 2014-02-04 23:34:29 -06:00
Ben Word
d8cbdb251a Load Modernizr from Bower, lean build with Grunt 2014-02-04 23:13:33 -06:00
Ben Word
6ace5bbb27 Load jQuery from Bower 2014-02-04 22:59:07 -06:00
Ben Word
810768c5c3 Merge branch 'bower' into 7.0.0 2014-02-04 22:45:59 -06:00
Ben Word
999759c375 Roots 6.5.2 2014-02-04 22:44:25 -06:00
Ben Word
645cf9939b Load Bootstrap via Bower
TODO:
- Update README
- Use grunt-bower-task?
2014-02-02 22:10:00 -06:00
Foxaii
553347d59a Bootstrap 3.1.0 2014-01-30 20:45:30 +00:00
Foxaii
8eb921e549 JS wrap, better comments 2014-01-30 00:34:12 +00:00
Ben Word
c095bd361a Update to jQuery 1.11.0 2014-01-24 12:12:21 -06:00
Ben Word
d6fc59e041 Add comments to _main.js, remove finalize 2014-01-18 18:43:25 -06:00
Foxaii
aa59cede7f Update to Bootstrap 3.0.3 2013-12-05 19:27:34 +00:00
Ben Word
94991089c9 Update to Modernizr 2.7.0 2013-11-18 09:46:09 -06:00
Ben Word
5fe6c44dab Update to Bootstrap 3.0.2 2013-11-06 19:16:58 -06:00
Ben Word
3b64f10111 Switch to grunt-contrib-less, add LESS source maps support 2013-11-06 13:38:21 -06:00
Ben Word
f8bc0ca80b Move rewrites to a plugin, Roots 6.5.1 2013-11-05 14:54:09 -06:00
Ben Word
e4c3364eef Close #881 - Update editor-style.css and instructions 2013-11-03 16:08:52 -06:00
Chris Carr
4ce5eb2dc4 Update to Bootstrap 3.0.1 2013-10-30 15:13:15 -07:00
Ben Word
acab6fe5f7 Latest build 2013-09-08 11:24:27 -05:00
jrivera84
ad64e76e2a Update Bootstrap 3 Customize URL
Fix for issue #870
2013-09-04 20:57:48 -04:00
Weslly Honorato
34ab26d439 Updated app.less version 2013-08-25 17:59:39 -03:00
Joel Kuzmarski
d689fd5647 Fix formatting in app.less 2013-08-25 13:58:12 -05:00
Ben Word
d20aa0fe50 Roots 6.5.0 2013-08-22 22:25:58 -05:00
Ben Word
0f64a4f74e Use Bootstrap variables for media queries 2013-08-21 10:18:37 -05:00