Skip to content

Releases: static-dev/spike-core

v0.0.10

30 Mar 23:02
Compare
Choose a tag to compare
  • rootsmini new command 🎉

v0.0.9

29 Mar 18:30
Compare
Choose a tag to compare
  • Performance increase from shared glob finding between plugins
  • .sss accepted as an extension for css by default, since it is our default
  • Better handling for postcss options, now accepts parser, syntax, stringifier, and plugins
  • No more inaccurate source maps with the npm source
  • Fixed a very nasty bug with module resolution that caused errors when roots-mini was installed and used programmatically alongside other modules, rather than globally or locally.

v0.0.6

28 Mar 18:34
Compare
Choose a tag to compare

🐛 fixes issue where app.js es6 usage was broken when a .babelrc wasn't set

v0.0.5

25 Mar 22:21
Compare
Choose a tag to compare
  • exposes plugins constructor option to accept webpack plugins
  • dependencies from your HTML are better tracked (e.g if you include an <img src='foo.jpg'> on your index.jade, that image becomes a tracked dependency of index.jade within webpack)
  • adds roots.clean() to the JS API and rootsmini clean to the CLI which will remove your output.path for you

v0.0.4

24 Mar 22:54
Compare
Choose a tag to compare
  • better watcher defaults for browsersync
  • includes static webpack loader for your binary + image files
  • jade now properly compiles
  • we use postcss-import for @import '_foo by default

v0.0.3

15 Mar 21:00
Compare
Choose a tag to compare

BREAKING: postCssPlugins is now postcss.plugins

  • You can now pass other options to postcss 🎉

v0.0.2

25 Feb 20:39
Compare
Choose a tag to compare

Watch command now working from js api and cli! 🎉

v0.0.1

25 Feb 20:39
Compare
Choose a tag to compare

Initial release! Only the compile command is available here, but it is working 😀