Skip to content

Releases: alexlafroscia/ember-superstatic

v0.6.0

Choose a tag to compare

@alexlafroscia alexlafroscia released this 15 Feb 00:33
  • Update to superstatic version 5.0.1
    This shouldn't actually be a breaking change, but no promises.

  • Add documentation for command line arguments to ember superstatic

v0.5.0

Choose a tag to compare

@alexlafroscia alexlafroscia released this 13 Feb 22:10

Breaking Changes

  • Removes all of the env.js files in favor of config/superstatic.js

  • Changes import location of the superstatic config to just superstatic

    import env from 'superstatic';
  • No longer automatically runs a build before starting the server

Other Changes

  • Updated to Ember CLI v2.18

Update Ember CLI

Choose a tag to compare

@alexlafroscia alexlafroscia released this 16 Dec 06:52
  • Update Ember CLI to v1.13.13

Docker Config

Choose a tag to compare

@alexlafroscia alexlafroscia released this 31 Oct 03:26
  • Add generator for a Dockerfile that works well with ember-superstatic

Add Superstatic command to Ember

Choose a tag to compare

@alexlafroscia alexlafroscia released this 30 Oct 05:05
v0.2.0

Add Superstatic command to Ember