switched to Gulp

This commit is contained in:
Kevin Jahns
2014-08-12 19:13:42 +02:00
parent b340bbe806
commit 28b48de454
505 changed files with 97711 additions and 18525 deletions

View File

@@ -5,8 +5,8 @@ First you have to include the following libraries in your widget file:
<script src="http://open-app.googlecode.com/files/openapp.js"></script>
<script src="http://dbis.rwth-aachen.de/gadgets/iwc/lib/iwc.js"></script>
<script src="http://dbis.rwth-aachen.de/~jahns/role-widgets/widgetbundles/libraries/DUIClient.js"></script>
<script src="../dest/browser/Frameworks/JsonIwcYatta.min.js"></script>
<script src="./IwcJson.js"></script>
<script src="../../dest/browser/Frameworks/JsonIwcYatta.min.js"></script>
<script src="./index.js"></script>
```
A working widget implementation is maintained [here](./IwcJson.xml) and the js-file is [here](./IwcJson.js)

View File

@@ -3,4 +3,4 @@
Here you find some (hopefully) usefull examples on how to use Yatta!
* [IWC + Json](./IwcJson.md)
* [IWC + Json](./IwcJson/README.md)