cordova-plugin-omkeeper

1.1.0 • Public • Published

OMKeeper plugin

Keep or Release Files

Default

  • .html
  • .htm
  • .js
  • .css

Release files

You can specify the release files by editing plugin.xml.

plugins/cordova-plugin-omkeeper/plugin.xml

<testfiles>
    <include>
        <file regex="\.(htm|html|js|css)$" />
    </include>
    <exclude>
        <file regex="exclude_file\.js$" />
    </exclude>
</testfiles>

Specify the target file as a regular expression.

Supported platforms

  • Android

License

Apache version 2.0

Package Sidebar

Install

npm i cordova-plugin-omkeeper

Weekly Downloads

7

Version

1.1.0

License

SEE LICENSE IN README.md

Unpacked Size

32.1 kB

Total Files

10

Last publish

Collaborators

  • omkeeper