VPenkov / okayNav

The world's okayest responsive navigation. This is (sort of) a legacy implementation. Please stay tuned to the 3.0 branch (https://github.com/VPenkov/okayNav/tree/v3.0)
4.02k stars 266 forks source link

AMD/CommonJS support #3

Closed VPenkov closed 8 years ago

VPenkov commented 8 years ago

Pull requests are accepted on this one.

mrmartineau commented 8 years ago

I suggest CommonJS support rather than AMD.. although creating support for both is trivial :wink:

See https://github.com/umdjs/umd or http://bob.yexley.net/umd-javascript-that-runs-anywhere/ for more info

VPenkov commented 8 years ago

Thanks, I'll make sure this gets handled soon.