Skip to content

Commit

Permalink
merged from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinawoo committed Jan 3, 2014
1 parent fe20701 commit 993ed12
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,15 @@ module.exports = function (grunt) {
src: ['fonts/*'],
dest: '../_dummy_frontend/css'
},
docs: {
expand: true,
cwd: './dist',
src: [
'{css,js}/*.min.*',
'{css}/*.map',
'fonts/*'
],
},
loopfirst: {
expand: true,
cwd: 'dist/',
Expand Down

0 comments on commit 993ed12

Please sign in to comment.