Goin from a bare initialized ember addon towards a dunlop powered addon having all the goodies

This commit is contained in:
2018-12-12 10:34:15 -05:00
parent 5fa7ebe1df
commit c25d9e1247
10 changed files with 1279 additions and 9 deletions
+15
View File
@@ -16,6 +16,21 @@ Tasks this addon does:
* `git clone <repository-url>` this repository
* `cd ember-panda-adapter`
* `npm install`
* `npm link ember-cli-dunlop` and add to package.json and maybe after
other npm installs
* `ember install ember-data@2.16.3`
* `ember install ember-cli-coffeescript`
* `ember install ember-cli-emblem`
* `ember install ember-get-config`
* `ember install ember-simple-auth`
* `ember install semantic-ui-ember`
* `ember install ember-semantic-ui-calendar`
* `ember install active-model-adapter`
## Setting up the dummy app
* Make sure that the globals are loaded (dunlop pattern)
* `mkdir tests/dummy/app/initializers/`
* `cp ../ember-cli-dunlop/tests/dummy/app/initializers/globals.coffee tests/dummy/app/initializers/`
## Running