- move scss source files back to assets/styles
- reorganize scss with new, more logical partials
- change back to putting
style.css
andeditor-style.css
in the root of theme folder from scss compilation - general cleanup
- change from using livereload to browsersync
- update grunt dependencies
- genesis 2.1.2 stylesheet
- move load-grunt-tasks to devDependencies
- update grunt dependencies
- update removing version query string
- update grunt dependencies
- genesis 2.0.2 stylesheet
- update comment for removing secondary nav menu in
functions.php
- update config.rb to reflect new
asset/styles/source
directory
- rename assets/scss to assets/styles/source
- move scss directory
- process and livereload images 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 grunt dependencies
- update grunt dependencies
- update spacing in functions
- update deployment info to fit new rsyncwrapper options
- source maps fully work now!
- update to Genesis 2.0.1 stylesheet
- update grunt dependencies
- update grunt dependencies
- switch to load-grunt-tasks for loading everything
- restructure deploy task based on grunt-rsync updates
- update to Genesis 2.0.0 final
- manually manage plugins in
Gruntfile
instead of automatically pulling all files to streamline bower usage.
- add bower support with
.bowerrc
(thanks tjtate) - update to Genesis 2.0 RC1
- remove duplicate meta tag function
- add partials folder with social network sharing buttons partial as example
- update to Genesis 2.0.0 beta 2 for HTML5 markup and structure
- tweak Gruntfile.js to fix LiveReload issues and generate source maps for both main.js and plugins.js
- optimizations and tweaks here and there
- add deployments via rsync
- reorganize code in
assets
folder for fonts, images, js and scss - setup Gruntfile to use Grunt for all compiling, concatenation and minification
- add TGM Plugin Activation to require plugins be installed and activated
- prevent file editing in theme editor
- load Apple touch icon in head
- fix improper footer function
- added
templates
folder for page templates with Portfolio page template (as an example)
- code cleanup in
functions.php
- hooks and filters now here, functions moved tolib/theme-functions.php
- added more functions and tweaked others to streamline development time
- added
lib/theme-views.php
for placing all hooked functions for various pages (ie. custom queries, loops, addons, etc)
- initial version