Fix #65: Plugins Architecture#123
Conversation
Add semver dependency
Add mixpanel as default addon
|
@AaronO it's ready to be merged 😄 |
|
Merged |
|
Great! A couple of notes:
|
|
@bebraw We'll document the sample plugin a bit more before the To be honest, I'm against major modifications to the syntax when it can be avoided. Using a new syntax makes it harder for other people to reuse, understand etc ... You've been mentioning adding syntax for doing your screenshot phase. What I would do if I were you would be the following. Write a small quick n dirty parser either leveraging Have a I think by wanting to bring the screenshot build process into a And to be honest, I think it's best to be decoupled when possible. I don't really see the advantage of being coupled in this scenario. Sorry if I'm not getting your pain point ;) |
|
No probs! It's definitely possible to deal with this scenario in two passes like you describe. I'll give it a go. :) |
Fix #65