kriskowal / q

A promise library for JavaScript
MIT License
14.93k stars 1.2k forks source link

Where can I get the minified q.js? #783

Open sgSNWYMC opened 8 years ago

gabrielliwerant commented 8 years ago

You can get the minified file by running the grunt default task in the project folder. See the Gruntfile.js file for more information.

tyler-kearney-pu commented 7 years ago

Since someone is confused.. An easy way to use a minified version of Q is to use a CDN link, for example https://cdnjs.cloudflare.com/ajax/libs/q.js/2.0.3/q.min.js or download it from this location

chrisspen commented 4 years ago

@tyler-kearney That minified version seems to only work in NodeJS, and when loaded in a generic browser throws the error Uncaught ReferenceError: require is not defined