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/d2ff02a2ef9526d4d09c to your computer and use it in GitHub Desktop.
Save furzeface/d2ff02a2ef9526d4d09c to your computer and use it in GitHub Desktop.
Grunt Pugpig contents XML usage.
grunt.initConfig({
pugpig_contents_xml: {
default_options: {
options: {
author: pkg.author.name,
dest: 'dist/',
id: 'com.building-blocks.publication1',
fileName: 'content',
title: 'My first publication'
},
src: [
'include-us/**/*.html',
'!exclude_me.html'
]
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment