Created
October 3, 2012 12:36
-
-
Save adammiller/3826703 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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