gruntjs / grunt-contrib-requirejs

Optimize RequireJS projects using r.js.
http://gruntjs.com/
MIT License
504 stars 105 forks source link

can't understand how to load external JS libraries #75

Closed esperancaJS closed 10 years ago

esperancaJS commented 10 years ago

I have a config working well with local paths. But If I replace these paths with online libraries suchs as these: https://developers.google.com/speed/libraries/devguide#Libraries It seems to compile correctly but on the browser it can't load the libraries

I have looked around quite a bit and fow no example config that does exactly this, many say they do but when I replace the paths they don't

sindresorhus commented 10 years ago

This is a question for RequireJS itself or StackOverflow ;)