Skip to content

Releases: AppGeo/emberate

Cleanup code, move fleck mod to own file, update readme

23 Oct 17:16
Compare
Choose a tag to compare

Update deps & default template

05 Sep 02:28
Compare
Choose a tag to compare
v1.0.2

Merge branch 'master' of github.com:AppGeo/emberate

Remove pre1.0 arguments check & update readme

25 Aug 14:34
Compare
Choose a tag to compare

Auto-pods, api changed/folder structure as well

25 Aug 14:18
Compare
Choose a tag to compare

More in line with ember-cli's pods structure. Now automatically handles pods if you have a 'pods' directory.

Pods take precedence over type structure, so if you have controllers/user.js and pods/user/controller.js then the pods will be used.

See the readme for more information.

First attempt at automatic pods, no config needed.

01 Jul 13:07
Compare
Choose a tag to compare

Everything from app/ has been moved up, as well as from app/config.

application.js is now app.js and at the root.
routes.js is now router.js and at the root.

Items in pods/ folder take precedence over the same items in a folder of that type.
Also components now live as files in the components/ folder, and their templates are in templates/components..

Fix template path on windows

08 May 15:55
Compare
Choose a tag to compare
v0.6.4

bump 0.6.4

Fix templates not working by type in PODS

05 May 17:40
Compare
Choose a tag to compare

Remove resolver, fixes template issues

05 May 17:41
Compare
Choose a tag to compare

fix resolveTemplate

01 May 23:44
Compare
Choose a tag to compare

Wasn't working at all, only saw the issue after a certain level?

CLI `emberate`

29 Apr 02:46
Compare
Choose a tag to compare

Same options, as easy as emberate or emberate -p if keeping ember code in ./client dir.
Use emberate -h for help.