Skip to content

Releases: static-dev/spike-core

v0.0.20

26 Apr 14:23
Compare
Choose a tag to compare
  • large improvements to the way our core loaders interact with custom webpack loaders defined in your app.js files.
  • fixes issue where you couldn't require entries within other new entries
  • test added to ensure static assets are being compiled properly

v0.0.19

21 Apr 17:41
Compare
Choose a tag to compare
  • a better static matcher: opts.matchers.static now matches all files that don't have .jade, .js, .css, .sss extensions
  • removed cssTemplates & jadeTemplates options for now (will reintroduce this type of functionality a bit differently later)
  • watcher now properly catches and compiles files added while watcher is already running
  • better watcher ignore defaults
  • better support for custom loaders: all custom loaders get pushed to roots.files.custom
  • roots-mini static plugin now operating properly. files are now properly being emitted

v0.0.18

11 Apr 20:53
Compare
Choose a tag to compare
  • Make some extra utilities available to plugins via webpack options
  • Refactor plugin utilities
  • New files are now interactively added to projects in watch mode

v0.0.17

07 Apr 21:37
Compare
Choose a tag to compare
  • Fixes a couple issues with watch mode

v0.0.16

07 Apr 15:39
Compare
Choose a tag to compare
  • updates ava to 0.14.0
  • uses the simplified jade-static-loader, which replaced roots-jade-loader
  • implements cleanUrls constructor option to strip .html from reqs during roots.watch by default

v0.0.15

06 Apr 14:18
Compare
Choose a tag to compare
  • exposes jade constructor option for passing function locals to your jade templates

v0.0.14

04 Apr 22:13
Compare
Choose a tag to compare
  • fixes issue where .sss files were being properly compiled but not written as .css

v0.0.13

01 Apr 19:41
Compare
Choose a tag to compare
  • User plugins now are injected after the fs glob, but before any of the roots core plugins run

v0.0.12

01 Apr 14:15
Compare
Choose a tag to compare

🐛 fixes issue where our jade-loader wasn't running because it needed to be transpiled from ES6

v0.0.11

31 Mar 22:22
Compare
Choose a tag to compare
  • allows the use of custom loaders via module.loaders constructor options
  • internally uses a more explicit definition of the loaders, to prevent collisions with node_modules