Releases: joppuyo/timber-starter-theme-webpack
Releases · joppuyo/timber-starter-theme-webpack
v2.1.0
- Feature: Allow loading template files outside
src/templates
directory. This is useful if you want to use a feature based directory structure, for example instead of:You can use:src/templates/blocks/hero.twig src/js/blocks/hero.js src/scss/blocks/hero.scss
Of course, this is totally optional, you can also use file format based structure if you want!src/features/blocks/hero.twig src/features/blocks/hero.js src/features/blocks/hero.scss
v2.0.0
- Updated templates to latest starter theme
- Removed humans.txt
- Removed unused tests
- Removed IE conditional comments
- Removed no-js and no-svg classes from html tag
- Commented out post formats support
- Moved OOP style code for adding scripts and styles
- Added npm scripts