Testing this

This commit is contained in:
Harry Hedger 2015-11-23 10:15:31 -05:00
parent c024de2840
commit 783a7fa26a
2 changed files with 4 additions and 1 deletions

View file

@ -10,6 +10,9 @@ before_script:
script:
- "echo 'Tested :)'"
after_script:
- "cp build/transloadit-js-client.js examples/playground/static/js/transloadit-js-client.js"
deploy:
acl : public_read
bucket : hackathon.transloadit.com

View file

@ -65,7 +65,7 @@
</body>
<!-- Include the built js client -->
<script src="../../build/transloadit-js-client.js"></script>
<script src="static/js/transloadit-js-client.js"></script>
<script src="static/js/app.js"></script>
<!-- Apply the js client on a selector -->