Requires
PHP 5.3 or Greater
New in 0.9.1
- Starter-Kit now makes use of namespaces and reflection available in PHP 5.3 or better.
- Streamlined Feature-based development process ("Drop-ins" are out ).
- Classes extending Feature no longer need the init function.
- All basic Starter-Kit behavior has been moved to separate classes and can be removed from the plugin if not needed.
- Template and option services live in the Feature class/subclasses.
- Nearly all boilerplate has been moved into the Kit or Feature classes and out of the way.
- Added Grunt support
- SASS, autoprefixer and cssmin for CSS
- JavaScript inspected JSHint and compressed with Uglify
- Images compressed with imagemin
- Default grunt task and watch task dev
- npm install from package.json