Skip to content

Instantly share code, notes, and snippets.

@furzeface
Created September 23, 2014 11:14
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 furzeface/212ff7ba5199cbbfa73b to your computer and use it in GitHub Desktop.
Save furzeface/212ff7ba5199cbbfa73b to your computer and use it in GitHub Desktop.
Grunt Pugpig issues XML usage.
grunt.initConfig({
pugpig_issues_xml: {
custom_options: {
options: {
root: 'content.xml',
dest: 'deploy/',
fileName: 'issues',
partName: 'all',
partSrc: 'publication1.zip'
},
src: 'deploy/publication1.zip'
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment