Prod fonts copy grunt job

This commit is contained in:
Ben Ramey
2014-04-14 11:15:11 -05:00
parent 8f9a64fafd
commit c50c6e9566
2 changed files with 9 additions and 0 deletions

View File

@@ -9,6 +9,14 @@ module.exports = function(config) {
dest: '.tmp/public'
}]
},
fonts: {
files: [{
expand: true,
cwd: './assets/linker',
src: ['fonts/*'],
dest: '.tmp/public'
}]
},
build: {
files: [{
expand: true,