Ben Word
587fbf6c35
Add namespace
2015-01-10 14:49:46 -06:00
Ben Word
9e1922b06f
Merge pull request #1247 from roots/sage
...
Rename theme from Roots to Sage
2015-01-09 21:00:13 -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
2ac5a1e0d4
README tweaks
2015-01-09 18:41:51 -06:00
Ben Word
c4b535eb09
Merge pull request #1245 from roots/bootstrap-sass-example
...
Add example of how to use bootstrap-sass
2015-01-09 17:57:19 -06:00
Ben Word
ebc18f724c
Add example of how to use bootstrap-sass
2015-01-09 17:53:13 -06:00
Ben Word
3d3265f65a
Merge pull request #1244 from austinpray/gulp
...
fixes wiredep task
2015-01-09 17:14:21 -06:00
Ben Word
fcc685f9df
Update to jQuery 1.11.2
2015-01-06 11:54:18 -06:00
Ben Word
d87854d931
Not needed
2015-01-06 11:53:32 -06:00
Austin Pray
b9722e93b5
fixes wiredep task
2015-01-04 20:04:07 -06:00
Ben Word
6a7764f2ee
README tweaks
2015-01-03 01:22:27 -06:00
Scott Walkinshaw
870a14168c
Update .travis.yml with npm cache and php 5.6
2014-12-31 17:29:32 -05:00
Ben Word
771527bcff
Merge pull request #1240 from austinpray/gulp
...
Have Travis run JSHint and verify that the build process runs successfully
2014-12-28 13:17:06 -06:00
Ben Word
7e78b81881
Merge pull request #1241 from austinpray/fixreadme
...
Update and tidy README
2014-12-24 19:17:53 -06:00
Austin Pray
ba1aee86bf
Update and tidy README
...
Removes references to defunct modernizr build generator
Removes repetition
Gulp -> gulp
https://github.com/gulpjs/gulp/blob/master/docs/FAQ.md#is-it-gulp-or-gulp
Removes references to Sass fork, it is dead
Removes "Organized file and template structure" as a feature
Some opinionated usage changes in the Contributing section
Adds my twitter to Readme so I can be reached for gulp stuff
Pimps bedrock
2014-12-24 18:52:38 -06:00
Austin Pray
fc627d43ac
Adds travis
2014-12-24 17:45:47 -06:00
Ben Word
271fad502a
Roots 7.0.3
2014-12-18 14:18:29 -06:00
Ben Word
3bfc0ee7b4
Merge pull request #1235 from roots/archive-titles
...
Use get_the_archive_title
2014-12-18 14:13:22 -06:00
Ben Word
53f22694bd
Merge pull request #1234 from roots/title-tag
...
Remove wp_title, add title-tag theme support
2014-12-18 14:12:32 -06:00
Ben Word
4f26c81bb1
Use get_the_archive_title
2014-12-18 14:11:35 -06:00
Ben Word
49221085d1
Remove wp_title, add title-tag theme support
2014-12-18 14:07:43 -06:00
Ben Word
97a15623d7
Merge pull request #1228 from austinpray/gulp
...
Adds a bowerrc
2014-12-10 14:15:56 -06:00
Austin Pray
fd4dbccf86
Adds a bowerrc
...
Related:
https://github.com/roots/roots/issues/1226
http://bower.io/docs/config/#placement--order
2014-12-10 14:11:12 -06:00
Ben Word
63a2be27bf
Be consistent
2014-12-06 22:34:25 -06:00
Ben Word
3defeac93a
Merge pull request #1225 from merchantguru/jquery-in-footer-comment
...
Update comments now that jQuery & Modernizr load in the footer
2014-12-05 17:48:46 -06:00
Joe Fletcher
41e9f3ea68
update comments now that jQuery & Modernizr load in the footer
2014-12-05 14:34:11 -08:00
Ben Word
248c07289f
Merge pull request #1224 from austinpray/gulp
...
Fixes modernizr not being enqueued
2014-12-05 10:05:10 -06:00
Austin Pray
44f69cf0a5
Fixes modernizr not being enqueued
...
https://github.com/roots/roots/issues/1223
https://github.com/roots/roots/issues/1223#issuecomment-65754009
2014-12-05 01:00:07 -06:00
Scott Walkinshaw
f13d52d38a
Use csswring and autoprefixer via postcss
...
csswring supports minification and sourcemaps
2014-12-03 18:44:59 -05:00
QWp6t
55c7976e37
Merge pull request #1217 from leopuleo/master
...
Remove Roots_Nav_Walker as default for all menu
2014-12-02 04:04:08 -08:00
Leonardo Giacone
d37c9a8604
Removed Roots_Nav_Walker as default for all menus
2014-12-02 00:52:34 +01:00
Ben Word
9af009da00
Merge pull request #1215 from austinpray/austinpray-gulp
...
Gulp manifest.json Asset Pipeline
2014-12-01 16:48:08 -06:00
Austin Pray
063a77d149
Refactor: remove manifest file concerns
...
https://github.com/austinpray/asset-builder
Moves all manifest parsing concerns to separate node module
2014-11-24 14:23:15 -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
75db78a9a1
Remove disparity between dev and prod gulp tasks
...
removes `gulp dev` in favor of `gulp`
adds `gulp --rev` to produce revved asset manifest
adds `gulp --tasks` to the readme
removes postinstall script
removes bower dep
2014-11-24 12:42:30 -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
3f2c5a89a8
Merge pull request #1209 from markthethomas/patch-1
...
Bump Bootstrap to 3.3.1
2014-11-17 15:31:39 -06:00
Mark Thomas
d4cf20b225
Bump to 3.3.1
...
Just bumpin'.
2014-11-17 08:29:35 -08:00
Ben Word
c866f4532d
Use main-bower-files to copy fonts
2014-11-14 23:41:38 -06:00
Ben Word
c3379fabd8
Add gulp-clean
2014-11-14 18:58:19 -06:00
Ben Word
3d9db730d8
Update Bootstrap
...
(and remove Respond)
2014-11-14 18:43:04 -06:00
Ben Word
394d6c7c76
Merge pull request #1203 from CFXd/gulp
...
Watch bower.json for override changes, installs, and uninstalls
2014-11-14 17:49:10 -06:00
Ben Word
0ea4b8c266
Merge pull request #1191 from alexsomeoddpilot/unused-parameters
...
Unused parameters and declared properties
2014-11-14 17:48:26 -06:00
Ben Word
83aecc5181
Merge pull request #1204 from CFXd/move-wp_head-last
...
Move wp_head() to be the last markup before </head>
2014-11-14 17:48:03 -06:00
Ben Word
4485970ebd
Merge pull request #1199 from kalenjohnson/master
...
Updating npm dependencies
2014-11-14 17:46:35 -06:00
Michael Silber
1d05b41197
Move wp_head() to be the last markup before </head>
2014-11-13 19:41:45 -05:00
Michael Silber
604fe1278c
Merge branch 'gulp-watch-bower.json' into gulp
2014-11-13 15:27:39 -05:00