UNPKG

xing-frontend-grunt

Version:
13 lines (12 loc) 242 B
module.exports = function(grunt) { return { dist: { files: { '<%= compile_dir %>/index.html': '<%= compile_dir %>/index.html' //XXX } }, options: { replacements: '<%= fingerprintCache %>' } }; };