Skip to content

Instantly share code, notes, and snippets.

@jeff-french
Created November 20, 2013 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeff-french/7573009 to your computer and use it in GitHub Desktop.
Save jeff-french/7573009 to your computer and use it in GitHub Desktop.
PhoneGap development with Grunt Ripple and a browser
grunt.registerTask('server', 'minify','and-all-that','cool-stuff', 'ripple');
grunt.initConfig({
ripple: {
options: {
path: 'www',
keepAlive: true
}
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment