cloudchen / grunt-template-jasmine-requirejs

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

Fixed function member of requirejs configuration cannot be passed to runner page #9

Closed cloudchen closed 11 years ago

cloudchen commented 11 years ago

Some requirejs configurations, like "callback" cannot be passed to runner page since JSON.stringify() doesn't support serialization of function. For that kind of property, manually write it to runner page in other way.