Skip to content

Instantly share code, notes, and snippets.

@adammiller
Created October 3, 2012 12:36
Show Gist options
  • Save adammiller/3826703 to your computer and use it in GitHub Desktop.
Save adammiller/3826703 to your computer and use it in GitHub Desktop.
template: {
b2b: {
src: SRC_TMP + 'b2b.dust',
dest: BUILD_TMP + 'b2b.html',
variables: _.extend( grunt.file.readJSON(SRC_TMP + '../data/common.json'), {preserveWhiteSpace: true})
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment