Remove embedded qunit.js and syn.js, only use them as node modules
I will squash this commit with the previous so that qunit.js and syn.js are never pushed to the repo.
This commit is contained in:
@@ -19,6 +19,6 @@
|
||||
<script src="../js/impress.js"></script>
|
||||
<!-- This is a copy of dist/syn.js from bower install syn. (The one in npm install doesn't work in a browser.) -->
|
||||
<!-- See http://bitovi.com/blog/2010/07/syn-a-standalone-synthetic-event-library.html for simple usage guide. -->
|
||||
<script src="syn/syn.js"></script>
|
||||
<script src="../node_modules/syn/dist/global/syn.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user