components / foundation

Shim repository for Foundation.
http://foundation.zurb.com/
11 stars 13 forks source link

[Composer] Add shim information #6

Closed RobLoach closed 11 years ago

RobLoach commented 11 years ago

@hjr3 How's this? This makes it so that you can do this kind of thing:

<script type="text/javascript" src="components/require.js"></script>

<script type="text/javascript">
require(['jquery', 'foundation'], function($, Foundation) {
  Foundation.doSomething();
});
</script>
hjr3 commented 11 years ago

:+1: from me.