Harry Hedger 9 anni fa
parent
commit
783a7fa26a
2 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 3 0
      .travis.yml
  2. 1 1
      examples/playground/index.html

+ 3 - 0
.travis.yml

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

+ 1 - 1
examples/playground/index.html

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