minimal.js
minimal.js copied to clipboard
Live DEMO's of "test directory" examples - e.g. on jsfiddle.net or on GitHub Page branch
Would love to see the test directory client-side examples demo'ed live.
Even better if I could see the results and then dig into / play arround with the source code - to test my own ideas ^_^
I have made a jsfiddle.net demo of the "arrays" test (https://github.com/ruidlopes/minimal.js/blob/master/test/test-arrays.html)
Demo: http://jsfiddle.net/chrisjacob/FqAcr/1/
Tip: if you have a jsfiddle account you can fork the jsfiddle... then run it under your own account and then visit http://jsfiddle.net/draft/ ... this will show the results of the last jsfiddle you ran (so you can test across any browser/mobile/whatever ... very handy for debugging).
I hope this inspires you to setup your own jsfiddle account and publish some live examples for this project ^_^
Awesome! I will definitely put that into work, thanks!