erisu opened a new pull request #863:
URL: https://github.com/apache/cordova-ios/pull/863


   ### Motivation, Context & Description
   
   - Add `.npmignore` file
   - Remove files that are not needed to be packaged with the release build.
   - Decrease package size
   
   #### Before Ignore
   
   ```
   === Tarball Details ===
   package size:  1.9 MB
   unpacked size: 3.5 MB
   total files:   390
   ```
   
   #### After Ignore
   
   ```
   === Tarball Details ===
   package size:  420.0 kB
   unpacked size: 1.2 MB
   total files:   185
   ```
   
   ### Testing
   
   - `cordova platform add`
   - `cordova build`
   - `cordova run`
   
   ### Checklist
   
   - [x] I've run the tests to see all new and existing tests pass
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to