Nathan
Nathan
FWIW: https://gist.github.com/johnkoht/6405117
FWIW from my last PR I had added `$gov-ui-kit-image-base-url` for this very reason. https://github.com/AusDTO/gov-au-ui-kit/blob/develop/assets/sass/_variables.scss#L12
All you have to run is `npm version ` and it will run that process (run dist, bump, commit) for you, but agree the process could be improved to not...
Yep totally agree - not ideal. How were you thinking of changing the publishing process? Through GH releases or?
I think GH releases make sense for this change - and deprecate `npm version` releasing, it will also open up the opportunity to provide change logs per release. Looks like...
Is this still relevant? The generator should avoid this issue
This issue highlights an (possible) issue with `findAllChildComponents`. When components use `{{yield}}` the context goes to the parent, which would the be the root Ractive instance of the page... `ux-tabs`...
Discussion on this issue here: https://github.com/hammerjs/hammer.js/issues/237 If this is affecting only `a` tags we could add a mixin to nullify the href as explained in the issue.