Skip to content

Instantly share code, notes, and snippets.

@furzeface
Created September 23, 2014 11:13
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/d5d3b183d7008f946e7d to your computer and use it in GitHub Desktop.
Save furzeface/d5d3b183d7008f946e7d to your computer and use it in GitHub Desktop.
Grunt Pugpig editions XML usage.
grunt.initConfig({
pugpig_editions_xml: {
default_options: {
options: {
author: 'Building Blocks',
coverSrc: 'our_cover.jpg',
dest: 'deploy/',
editionName: 'publication1',
fileName: 'editions',
id: 'com.building-blocks.publication1',
issuesSrc: 'pubs/publication1/issue.xml',
selfLink: '<%= config.s3bucket %>/editions.xml',
summaryText: 'Our very first publication',
title: 'Publication 1'
}
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment