Skip to content
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

Add ability to generate a "views" manifest file based on results from ViewLoaders #50

Open
mpwoodward opened this issue Mar 1, 2012 · 0 comments

Comments

@mpwoodward
Copy link

(Moved from http://trac.mach-ii.com/machii/ticket/734)

Add ability to generate a "views" manifest file based on results from ViewLoaders?.

ViewLoaders? can be a slow process depending how many files and folders it has to transverse. This is fine for development but for production -- it's time we shouldn't have to wait.

My idea is to allow ViewLoaders? to generate a "view manifest" file that lists all the views. You could generate this manifest file from the dashboard or dashboard API and configure your ViewLoader? to use a generated manifest file only on certain environments (like production). You would make the manifest generation part of your build process.

This would be perfect for Mach-II on Google App Engine -- not to mention it would improve loading on non-GAE apps if you used this feature in productions.

This feature would be available the dashboard API.

http://groups.google.com/group/mach-ii-developers/browse_thread/thread/5968fb86e69d7749

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant