hoatle / webapp-template

Web application structure template (layout), starting point for backbone + requirejs + twitter bootstrap application compiled by nodejs and running on any web server or phonegap environment :-)
31 stars 9 forks source link

make run-prod does not work with requirejs 2.0.4 optimization #27

Closed hoatle closed 12 years ago

hoatle commented 12 years ago

Error on console:

Uncaught TypeError: Cannot call method 'compile' of undefined

Seems the problem of shim on requirejs build, revert back to requirejs-2.0.2 and it does not have this problem.

hoatle commented 12 years ago

current solution: revert back to 2.0.2 and waiting for a solution at https://groups.google.com/forum/?fromgroups#!topic/requirejs/U6Pl_bPYjjY

hoatle commented 12 years ago

Depends on jrburke/r.js#235