Skip to content

Commit

Permalink
feat(app generator): add to copy task's robustness
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Mar 18, 2015
1 parent 00da90f commit c0d2059
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions generators/app/templates/GruntFile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@ module.exports = ( grunt ) ->
##

copy:

options:
mode: true
timestamp: true

dist:
files:
[
Expand Down

0 comments on commit c0d2059

Please sign in to comment.