cordova-plugin-test-framework
cordova-plugin-test-framework copied to clipboard
Assets are packaged in `www`
www/assets/index.html has two dependencies that are included as script tags: jasmine-2.4.1 + topcoat-0.7.5. Both are included as folders directly in www/assets.
Would it make sense to turn that into a JS npm project with a package.json and a checked in node_modules folder?
Or do we just keep it this way, because it works right now?