Skip to content

Prepare a project for a PhoneGap build by copy files and inject javascript tags into the index file

Notifications You must be signed in to change notification settings

dnode/dphonegap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Dependency Status devDependency Status

Example

dphonegap.json (dependency)

{
  "copyfiles": [
    "..."
  ],
  "index": "..."
}

package.json (project)

{
  "scripts": {
    "postinstall": "dphonegap %dependency%"
  },
  "dependencies": {
    "%dependency%": ""
  }
}

dphonegap.json (project)

{
  "javascripts": [ "cordova.js" ]
}

About

Prepare a project for a PhoneGap build by copy files and inject javascript tags into the index file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published