Simon
Simon
Currently testing a responsive component or page layout across multiple breakpoints requires a separate headless browser instance. It might be much more efficient to resize the same browser window instead...
gulp task: `gulp.task('rev-update-references', function(){ const manifest = gulp.src(getBuildRoot() + '/' + config.tasks.production.manifest) return gulp.src(path.join(getBuildRoot() + '/**/**.{css,js,json}')) .pipe(revReplace({manifest: manifest})) .pipe(gulp.dest(getBuildRoot())) })` scss: `@font-face { font-family: "Source Sans Pro"; font-style: normal; font-weight:...
### Description Page titles not always reporting correctly. ### Expected behavior Page `` tag should be reflected as the page name in the GA dashboard. E.g. `My page title` should...
Currently if I pass`--report-dir` it appends the path/filename to the `--custom-url` option. The problem I have is the report- dir folders are deployed to the root, so the folder structure...
Getting a path resolution error on `yarn build-storybook`. Manually editing `.nuxt-storybook/storybook/preview.js` to an absolute path resolves, but this generates a different error, and this isn't a workable solution in any...
* **What is the expected and current behavior?** Voice control should be able to "click" a button (IButton) * **Steps to reproduce** 1. Install "Handsfree for web" voice control Chrome...