Jared Walters
Jared Walters
Having the same issue hyper: 2.0.0 hyper-statusline: 1.7.6
Yep, fixed me right up. Appreciate it, @castrog
> the original authors and maintainers of the project all left @Stanzilla is this in reference to the theme switching functionality described in this issue or the Hyper project as...
Same issue here. Dependencies: `"gulp-rev": "^9.0.0", "gulp": "^4.0.0",` Example task: const postcssPlugins = [ autoprefixer({ browsers: ['last 2 versions', 'ie 11'] }) ]; const minifiedFileExtension = rename({ extname: '.min.css' });...
To follow up, it seems that if a manifest.json already exists then the manifest is merged and placed where expected, in this case `web/app/dist`. If a manifest.json does not exist...
Looks like using `path` solves this for me 🤔 `rev.manifest('manifest.json', { path: 'web/app/dist', merge: true })`
@aaronware workaround did the trick for now
> This was a conscious choice we made on text spacing: within the em-box for the line, we have 80% above the baseline and 20% below the baseline. Any chance...
`.env` type files would be another example of files that would often be a mistake to carry over
Tangentially, are environment ID's assignable in the preevy github action?