aaronczichon / copy-cordova-builds

Automatic copy outputs of cordova builds into project root folder "builds"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

copy-cordova-builds

Install

Install the following package below inside of your app's root folder.

$ npm install copy-cordova-builds

Or with yarn:

$ yarn add copy-cordova-builds

Then add the following to your app's config.xml file:

<hook src="scripts/copyBuildFiles.js" type="after_build"/>

About

Automatic copy outputs of cordova builds into project root folder "builds"


Languages

Language:JavaScript 100.0%