Skip to content

rliang/cordova-plugin-copy-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-copy-resources

Cordova/Phonegap plugin to copy 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="www/lib">
  <resource src="bower_components">
  <resource src="node_modules">
    <resource src="whole_directory" />
    <resource src="only_some_files/dist/*.min.js" />
    <resource dest="with_another_filename" src="original_file" />
  </resource>
</resource>
<resource dest="../copy_to_outside" src="what_am_i_even_doing" />

About

Cordova/Phonegap plugin to copy resources at build time.

Resources

License

Stars

Watchers

Forks

Packages

No packages published