tkyaji / cordova-plugin-crypt-file

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

XML EISDIR #39

Open phyr0s opened 7 years ago

phyr0s commented 7 years ago

Hello again. Running new version of the plugin doesn't work. The problem are in the XML plugin file here -->

 <cryptfiles>
        <include>
            <file>\.(htm|html|js|css)$</file>  ---> Here is the problem
        </include>
        <exclude>
        </exclude>
    </cryptfiles> 

Cordova version --> 6.4.0 NodeJs --> 0.12.17 Solution --> http://stackoverflow.com/questions/25883775/node-js-readfilesync-function

Rwin90 commented 7 years ago

I have same error when building ionic app