Pau
Pau
I amb writing a package in which, at some point, the user enters some text into a text editor to be added later into a .feature file. I added the...
Related to issue https://github.com/gigapixel/atom-language-gherkin/issues/10
In mu usemin options files, it is declared as follows: ``` module.exports = { html: ['/*.html', '/components/**/*.html'], css: ['/**/*.css'], js: '/**/*.js', options: { assetsDirs: ['/**'] } }; ``` Usemin does...
### Current behavior When I mount and angular component several times, it overrides the previous component but some elements are not reset, for example the @HostBinding classes are added every...