You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chrome Dev Tools extension for Mozaic apps, inspired by angular's batarang. It should display channels' meta and data, widgets params.
Package Mozaic.js into one file (or two if we want to split the deps in a file and the core in another) This file should allow users to require classes from the core into their app.
Create a Mozaic-seed repo to contain the core from 2. and a basic folder structure. Also it should contain basic configs, a simple route, a controller, a widget, a collection, etc. to help people get off the ground with mozaic easily.
Generate documentation from the codebase and have a grunt task to do this dinamically. @arcade is working on something similar.
Add support for nested apps in mozaic: apps that use the same core but offer specific, self-contained functionality (eg. a comments system) but which get packaged toghether.
2.and a basic folder structure. Also it should contain basic configs, a simple route, a controller, a widget, a collection, etc. to help people get off the ground with mozaic easily.1.