Merge pull request #48 from audreyso/CB-13562

CB-13562 : fixed asset tag when adding push plugin to browser

CB-13614 Create file path before copying asset

Fixes a bug that prevented copying over plugin assets that were nested in folders by creating a directory path before the copy command.

CB-13614 Allow assets with a path to copy over correctly.

CB-13614 Remove commented out code.
tree: 4c00fe1cd01d592605a039a5dc88a83ee7cfde83
  1. .github/
  2. bin/
  3. cordova-js-src/
  4. cordova-lib/
  5. node_modules/
  6. spec/
  7. .eslintignore
  8. .eslintrc.yml
  9. .gitattributes
  10. .gitignore
  11. .ratignore
  12. .travis.yml
  13. appveyor.yml
  14. CONTRIBUTING.md
  15. LICENSE
  16. NOTICE
  17. package.json
  18. README.md
  19. RELEASENOTES.md
  20. VERSION
README.md

Build status Build Status

Cordova Browser

Target modern web browsers to build Apache Cordova based applications.

Goals

  • Browser targeted deployment
  • Surfacing native platform incompatibilities from the open web platform

PWA support

cordova-browser now includes support for progressive web apps (PWAs)

  • if your project supplies a manifest.json in the www/ dir, it will be used
    • a manifest.json will be generated otherwise
  • if your js code registers a service worker, it will also be used
    • a generic cordova service worker will be installed that simply caches all files in the www dir.
    • cache version is autoincremented for every build