Skip to content

First attempt at automatic pods, no config needed.

Pre-release
Pre-release

Choose a tag to compare

@knownasilya knownasilya released this 01 Jul 13:07
· 10 commits to auto-pods since this release

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..