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

Plugin system rewrite #13

Open
eduardocereto opened this issue Feb 24, 2012 · 1 comment
Open

Plugin system rewrite #13

eduardocereto opened this issue Feb 24, 2012 · 1 comment
Labels
Milestone

Comments

@eduardocereto
Copy link
Contributor

Problems with the current Plugin System:

  • Dependent on GAS, hard to port out of GAS.
  • All plugins use the same namespace.
  • All plugins in the end go to gas.js, so as we add more plugins GAS gets bigger, even if you don't want to use these plugins.
  • We should be able to select only the plugins we want
  • Possibly load plugins on demand. May be overkill since current plugins are not that large.
@brodseba
Copy link

Maybe, you could use something like Bootstrap do. You have a web interface to choose the plugins you want. The system then only "append" the plugins needed to the gas.js file for download. Not a perfect solution, but still a nice work around.

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

No branches or pull requests

2 participants