thinkpixellab / PxLoader

PxLoader is a simple JavasScript library for creating preloaders and resource downloaders for HTML5 apps.
http://thinkpixellab.com/pxloader
1.11k stars 173 forks source link

Added UMD wrapper to PxLoader and all plugins for improved CommonJS, AMD and browser global support #48

Closed robinnorth closed 8 years ago

robinnorth commented 8 years ago

Uses the returnExportsGlobal.js UMD wrapper template

joelfillmore commented 8 years ago

Looks great, thanks @robinnorth!

robinnorth commented 8 years ago

👍 Thanks @joelfillmore! I've been using PxLoader for a while now and needed proper CommonJS support to use it with Browserify on a current project, so glad to be able to give something back.