@d4h/capacitor-res
v1.0.3
Published
Copy assets generated by cordova-res into Ionic Capacitor platforms.
Downloads
2
Readme
Ionic Capacitor Resources Generator
Copy asset resources generated by cordiva-res into Android and iOS platform folders in a Capacitor project.
Install
npm install -g @d4h/capacitor-res
Description
This script derives from this gist from dalezak, which in turn comes from given in ionic-team/capacitor#229. The original script as given didn't work too well in the context of a monorepo project, as it expected platform and asset folders to lie at the project root.
Use
cd path/to/project/
cordova-res <platform>
capacitor-res <platform>
Related Links
- https://github.com/ionic-team/cordova-res
- https://github.com/ionic-team/capacitor/issues/229#issuecomment-538146260
- https://gist.github.com/rrlevy/16d42f94decd3b82bed4ac00da79f2f2
License
Copyright (C) 2019 Dale Zak.