-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mozaic Hack Ideas #84
Comments
Please add ideas in the comments, then I'll add them in the issue desc. And let me know what you think of the current ones. |
For 2. I think we should actually make mozaic a package for either Jam (http://jamjs.org/) or *volo.js *(http://volojs.org/). The benefit of doing this is that people would be able to easily pull in mozaic into their app, and they also take care of the bundling part of the problem since they both provide support to define a package/bundle task that should generate a minimized build of the package. As an added bonus volo supports creating projects from templates so we could define a volo template (e.g. https://github.com/h5bp/html5-boilerplate) for users to use with Also this would have the added advantage that we could keep our external dependencies in sync, and have easier control over them (would probably take care of 7. as well). And the fun part is that at least for publishing the only thing we need to actually do is add a Just my 2 cents |
Another ideas:
|
@aismail Refactor the folder structure of the core to group files more intuitively. |
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.
The text was updated successfully, but these errors were encountered: