You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have anybody tried compiling using Gulp?
I tried Gulp, but with no luck and everytime when I try http://localhost:3030
I get:
500 TypeError: object is not a function
at module.exports.Backbone.View.extend.getInnerHtml (/Users/thunderball/Projects/rendr-test/node_modules/rendr/shared/base/view.js:191:12)
at module.exports.Backbone.View.extend.getHtml (/Users/thunderball/Projects/rendr-test/node_modules/rendr/shared/base/view.js:198:21)
at ViewEngine.getViewHtml (/Users/thunderball/Projects/rendr-test/node_modules/rendr/server/viewEngine.js:69:15)
at ViewEngine.render (/Users/thunderball/Projects/rendr-test/node_modules/rendr/server/viewEngine.js:22:16)
at View.render (/Users/thunderball/Projects/render-test/node_modules/express/lib/view.js:93:8)
at EventEmitter.app.render (/Users/thunderball/Projects/rendr-test/node_modules/express/lib/application.js:566:10)
at ServerResponse.res.render (/Users/thunderball/Projects/rendr-test/node_modules/express/lib/response.js:938:7)
at /Users/thunderball/Projects/render-test/node_modules/rendr/server/router.js:87:11
at Object.module.exports.index (/Users/thunderball/Projects/rendr-test/app/controllers/main_controller.js:5:9)
at /Users/thunderball/Projects/rendr-test/node_modules/rendr/server/router.js:74:12
Does anybody know when could be a problem? I tried same project with Grunt from example and it's working.
The text was updated successfully, but these errors were encountered:
Have anybody tried compiling using Gulp?
I tried Gulp, but with no luck and everytime when I try http://localhost:3030
I get:
Does anybody know when could be a problem? I tried same project with Grunt from example and it's working.
The text was updated successfully, but these errors were encountered: