Open sgSNWYMC opened 8 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
@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
You can get the minified file by running the
grunt default
task in the project folder. See theGruntfile.js
file for more information.