diff --git a/app/views/core/NotFoundView.coffee b/app/views/core/NotFoundView.coffee deleted file mode 100644 index 4db47ebff..000000000 --- a/app/views/core/NotFoundView.coffee +++ /dev/null @@ -1,6 +0,0 @@ -RootView = require 'views/core/RootView' -template = require 'templates/core/not-found' - -module.exports = class NotFoundView extends RootView - id: 'not-found-view' - template: template diff --git a/package.json b/package.json index d0190af05..b4b2498fd 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "dependencies": { "JASON": "~0.1.3", "JQDeferred": "~2.1.0", + "aether": "~0.3.0", "async": "0.2.x", "aws-sdk": "~2.0.0", "bayesian-battle": "0.0.x",