I'm trying to use the current version of Famous in a browser, and can't find any way of doing it. I can get version 0.3.0 working fine, but when I include:
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.20/require.min.js"></script>
<script type="text/javascript" src="http://code.famo.us/famous/0.6.2/famous.min.js"></script>
and then use the code
var famous = require('famous')
it just fails badly - it seems it's using some completely different concept of "require" now. Any idea of how to get this working?