Include *.txt files when uploading to S3

This commit is contained in:
Andrew Miner
2016-04-05 20:39:50 -07:00
parent b6d17f985f
commit 6a98afa9f2
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -56,6 +56,7 @@ module.exports = (grunt)->
{expand: true, cwd:'./build/static', src:'**/*.js', dest:'./dist/'}
{expand: true, cwd:'./build/static', src:'**/*.json', dest:'./dist/'}
{expand: true, cwd:'./build/static', src:'**/*.ttf', dest:'./dist/'}
{expand: true, cwd:'./build/static', src:'**/*.txt', dest:'./dist/'}
]
coffee: