node-ember icon indicating copy to clipboard operation
node-ember copied to clipboard

NPM-friendly package for Ember.JS

Results 6 node-ember issues
Sort by recently updated
recently updated
newest added

I was trying to bump the version to the latest ember/data and I am running into this issue on my app and the example app: /Users/warner/code/projects/node-ember/node_modules/handlebars/lib/handlebars/compiler/compiler.js:1147 .replace(/\/g, '\\') ^ TypeError:...

[JSHint](http://jshint.com/) is a nice little tool for looking for potential sources of bugs in JavaScript code. I ran `jshint .` to look for things to improve on. There were a...

node_modules/ember/rsvp.js:215 })(window.RSVP = {}); ^ ReferenceError: window is not defined at .../node_modules/ember/rsvp.js:215:5 at Object. (.../node_modules/ember/rsvp.js:217:3) at Module._compile (module.js:449:26) at Object.Module._extensions..js (module.js:467:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:362:17)...

Hi, may I humbly ask for a version bump to RC2?

Hello, is it also possible to render Ember Templates (Handlebars) on the server side? Best Regards Marc

This may already be possible, but if not: could you make it possible to toggle between the configuration of the ember.js debug build (which has console logging and assertions and...