Rich B
Rich B
I'm having this same issue and I can't find where to change the glob patterns. I'm on OS X Yosemite. node version 0.12.1 karma version 0.13.9
I have this working following the official next.js example repo. Give me a few minutes to make a gist and I'll post it. It's in TS though.
This is working for me currently, but I haven't implemented mutations yet. https://gist.github.com/richbai90/98011174f66ed275d9531ea5813bf4a2
That is correct. This has the implication that the source has to be the same on both the build and deployment environments. In my particular case I think that's probably...
That sounds great. I have put some effort into modifying the implementation to accept parameters. It's not quite working. I can tell that the template strings are being matched because...
The goal was to be able to include parameters in the extension definition the same way they are used in the mixin definitions. For example: ```yaml required: docker: mounts: -...
> What if we added a new parameter type: directory and then the user could choose to satisfy it with a volume mount? This makes a lot of sense to...
All of this sounds very reasonable. To make sure I understand, the current consideration is something like this. * As a bundle author I will be able to require a...
> With the solution I proposed above, using parameters to mount volumes, this part shouldn't be needed anymore. Do you agree? I do agree. I think this is the best...
Yeah no sweat! That's how we write stories where I work. I'll get to work on a PR to this affect.