mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 01:15:35 +00:00
Testing this
This commit is contained in:
parent
c024de2840
commit
783a7fa26a
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue