Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 381 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 381 Bytes

cordova-plugin-extrafiles

Cordova/Phonegap plugin to copy(move resources at build time.

Will not overwrite existing files, one must manually remove destination files in order to update them.

Example config.xml

  <resource dest="platforms/android/res/drawable">
      <resource src="platforms/android/assets/www/notification.png" action="move" />
  </resource>