Releases: xfiveco/generator-chisel
Releases · xfiveco/generator-chisel
v0.5.1
- Introduced revisionedPath and change behaviour of assetPath (#127)
- Used hash of project name slug as table name prefix in WP projects
- Added no-undef rule to ESlint
- Support browser globar variables
- Remove template related things on WordPress projects
- Allow manual modification of Browsersync proxy URL
- Updating docs with explanation how to use jQuery plugins with Browserify
v0.5.0
- Replacing Composer with WP-CLI (it’s a part of Chisel so no additional install is necessary)
- automatic WordPress setup and installation from command line
- pages generator works in WordPress projects too
- default project name based on the project directory name
- default author set to Xfive
- clearfix extend replaced with mixin
v0.4.0
- syncing front-end and WordPress Twig templates (#97)
- Chisel starter theme consistency improvements (indentation, automatically generated theme name and author, correct package information)
- added project type question
- provided way to move
src
folder to theme folder - Twig templates stored in subfolders are not built as separate pages in front-end projects
- newly created pages are added to the end of list on the project index (#83)
- using different plugin for Sass glob (#79)
- significant rewrite and update of Chisel documentation in README
- added wiki page for wildcard virtual host and DNS setup
v0.3.1
v0.3.0: WordPress support
v0.2.2
- HTML validation with gulp-htmlhint
- Watchify errors handling, see #34
v0.2.1
- making the project index font size smaller