tkyaji / cordova-plugin-crypt-file

This plugin to encrypt the source files.
Apache License 2.0
178 stars 116 forks source link

Exclude Extensions #38

Closed rgfpy closed 7 years ago

rgfpy commented 7 years ago

How to exclude extension to ecrypt?

Example: I just want to encrypt ".js"

I tried in but not work private static final String[] CRYPT_FILES = { ".js", };

tkyaji commented 7 years ago

It supported with 1.3.0. Please refer to the following. https://github.com/tkyaji/cordova-plugin-crypt-file#edit-subjects