@@ -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 -->