Gruntfile.coffee: Fix captchas task.
This commit is contained in:
parent
1431be8aad
commit
92b2409c9f
@ -229,7 +229,7 @@ module.exports = (grunt) ->
|
|||||||
git checkout -
|
git checkout -
|
||||||
""".split('\n').join('&&')
|
""".split('\n').join('&&')
|
||||||
captchas:
|
captchas:
|
||||||
'aws s3 cp captchas.html s3://<%= pkg.meta.awsBucket %> --cache-control "max-age=0" --content-type "text/html; charset=utf-8"'
|
command: 'aws s3 cp captchas.html s3://<%= pkg.meta.awsBucket %> --cache-control "max-age=0" --content-type "text/html; charset=utf-8"'
|
||||||
npm:
|
npm:
|
||||||
command: 'npm install'
|
command: 'npm install'
|
||||||
update:
|
update:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user