- update tgmpa to v2.5.2
- change required plugins - remove Pods, add CFS and CFS Options Screens
- update grunt packages
- include spritesheet compilation (props jjmu15)
- make browserSync open Chrome
- remove enqueing navigation.js and skip-link-focus.js, included in gruntfile
- update grunt packages
- change from using livereload to browsersync
- update to latest _s code base
- update grunt packages
- general cleanup
- update grunt packages
- update to latest _s code base
- update to latest h5bp code base
- remove modernizr since we're only supporting IE9+
- move scss source files back to assets/styles
- update to latest TGM Plugin Activation code
- add imagemin back to grunt watch tasks (no longer causing issues)
- update grunt packages
- general cleanup
- update to latest _s code base
- move template partials to root of theme folder
- reorganize scss with new, more logical partials
- update to latest TGM Plugin Activation code
- update to normalize 3.0.1
- remove imagemin from grunt watch tasks (currently causing issues)
- change back to putting
style.css
andeditor-style.css
in the root of theme folder from scss compilation - general cleanup
- fix gruntfile paths
- change from using compass to just using sass
- setup autoprefixr and cssmin grunt tasks
- use
style.css
for base stylesheet for theme detection - rename
style.scss
tomain.scss
and change css enqueuing to be fromassets/styles/build
- update to TGM Plugin Activation 2.4.0
- update to latest HTML5 Boilerplate
- move sharing styles out to its own scss partial
- move page template styles out to their own partials
- reformat and cleanup scss code
- change microclearfix() mixin to clearfix()
- run images through grunt imagemin
- update grunt dependencies
- update grunt dependencies
- move load-grunt-tasks to devDependencies
- update removing version query string
- rename assets/scss to assets/styles/source
- move scss directory
- process and livereload image in watch task
- don't livereload html and php due to collisions and bugs in watch task
- tweak imagemin processing
- run all tasks on grunt run initially
- update to normalize 3.0
- update grunt dependencies
- fix navigation class spelling error
- update grunt dependencies
- update spacing in functions
- update to normalize v2.1.3
- update deployment info to fit new rsyncwrapper options
- source maps fully work now!
- update grunt dependencies
- update grunt dependencies
- switch to load-grunt-tasks for loading everything
- restructure deploy task based on grunt-rsync updates
- manually manage plugins in
Gruntfile
instead of automatically pulling all files to streamline bower usage.
- add bower support with
.bowerrc
(thanks tjtate)
- tweak Gruntfile.js to fix LiveReload issues and generate source maps for both main.js and plugins.js
- update to normalize v2.1.2
- optimizations and tweaks here and there
- create
templates
folder and include example portfolio page template - create
templates
and move all template parts there for cleaner directory structure, update allget_template_part()
calls to use new path
- reorganize code in
assets
folder for fonts, images, js and scss - setup Gruntfile to use Grunt for all compiling, concatenation and minification
- add deployments via rsync
- update to normalize v2.1.0
- refactor theme functions in
lib
folder - general code cleanup
- Fix remove_menu_page to trigger on admin_menu instead of admin_init
- Add grid column sizes I typically use, general code cleanup
- Fix calls for favicon and apple-touch-icon in header
- Remove older IE conditional comments since I don't support IE7 and below
- Change chromeframe call to include IE7
- Clean up footer dynamic_sidebar() call
- Add comment blocks for template parts
- Add functions to remove dashboard widgets, remove admin menu pages, reorder admin menu
- Include add_image_size if needed in init
- Fix text selection bg and color not pulling from variables
- Move border-box from
_grid.scss
to_global.scss
- Add border-box support for pseudo elements, because it makes the world a better place
- Fix broken call in sidebar.php
- Properly translate widget titles
- Break functions out into their own included files
- Register style before enqueue
- Redo comments template based on Underscores Theme
- Added required classes to _posts.scss to remember to style them
- Broke register_sidebar() out of loop
- Add support for custom-header, custom-background, editor-style.css, content_width
- Add GPL license info to style.scss
- Add function to remove query strings from static resources
- Remove shortlink from wp_head
- Ran theme through Theme Check plugin to verify things were in order
- remove jQuery loading from Google CDN. Use Google Libraries plugin is a better option while using version of jQuery in WordPress Core
- cleaned up functions.php and made it more robust
- Moved index, single and page displays out to template parts
- Properly enqueue stylesheet in functions.php instead of manually in header.php
- Updated social network buttons to latest code
- Renamed jquery.functions.js to main.js
- Add flexible grid SCSS
- Updated to HTML5 Boilerplate 4
- Updated to Normalize.css 2
- Updated to Modernizr 2.6.2
- Include @media bubbling mixins, via Chris Coyier
- Other bug fixes and changes
- added compass with config.rb
- removed mixins covered by compass
- added SCSS as preprocessor files
- upgraded modernizr to 2.5.2
- upgraded jQuery to 1.7.2
- renamed script.js to jquery.functions.js
- functions.php points to minified versions of plugins.js and jquery.functions.js
- removed unneeded code in functions.php
- cleaned up header.php and footer.php
- added google +1 button to social buttons
- initial version