[Proposal] Move 'icons.json' to dist
See original GitHub issueObviously this is something trivial, but out of build process consistency, any file that is produced by the build script, SHOULD be placed in the dist
folder.
As long as we reflect the move in the package.json
file and the generated paths, I can’t see any issues.
Issue Analytics
- State:
- Created 7 years ago
- Comments:21 (21 by maintainers)
Top Results From Across the Web
[build-rollup] PWA: manifest and image directory not copied in ...
You can use rollup-plugin-cpy to move them over to your dist folder. ... Do you see the manifest.json being copied to your dist...
Read more >How to replace Filenames inside my manifest.json File using ...
You need the option replaceInExtension and add '.json' but you also need to specify the default options or else they will be lost....
Read more >Web Application Manifest - W3C
Process image resources passing json ["icons"], manifest , manifest URL , and "icons". Process the orientation member passing json , manifest .
Read more >Creating JSON Configuration Files for Your Deployments
json configuration file for deploying your app with the Admin API: Create a file name app.json . Use the configuration information that is...
Read more >Getting started - Bootstrap
The less/ , js/ , and fonts/ are the source code for our CSS, JS, and icon fonts (respectively). The dist/ folder includes...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Damn! Looking at the API Reference it’s
Jasmine
all over again. 😆@robertohuertasm Is it OK if I use an external file to configure
jest
, something likejest.config.json
? I know it can be set insidepackage.json
, but in my opinion it shouldn’t be there.