cloudchen / grunt-template-jasmine-requirejs

RequireJS template for grunt-contrib-jasmine task
111 stars 96 forks source link

Relative protocol not supported #70

Open toddbranch opened 10 years ago

toddbranch commented 10 years ago

If I declare a path as facebook: '//connect.facebook.net/en_US/sdk', the module can't be resolved.

If I declare it as facebook: 'http://connect.facebook.net/en_US/sdk', it can be.