Skip to content

v0.1.3

Compare
Choose a tag to compare
@brzpegasus brzpegasus released this 15 Mar 20:13
· 89 commits to master since this release

Changes

  • Update blueprint to support loading libraries like moment.js (#5)
  • Automatically add nw as a local NPM dependency when installing the addon
  • Update the ember nw command to look for NW.js in the following order:
    • Search for nw in the project's NPM dependencies
    • Search for an environment variable named NW_PATH
    • Fallback to nw
  • Print friendly message when the nw binary cannot be found (#4)
  • Initial test suite for the addon (#8)

Upgrade

  • To upgrade to this new version, simply run ember install:addon ember-cli-node-webkit from the root of your project.