Skip to content

Releases: joppuyo/timber-starter-theme-webpack

v2.1.0

13 Dec 13:34
Compare
Choose a tag to compare
  • 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:
    src/templates/blocks/hero.twig
    src/js/blocks/hero.js
    src/scss/blocks/hero.scss
    
    You can use:
    src/features/blocks/hero.twig
    src/features/blocks/hero.js
    src/features/blocks/hero.scss
    
    Of course, this is totally optional, you can also use file format based structure if you want!

v2.0.0

26 Nov 10:59
Compare
Choose a tag to compare
  • 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