Stefan Penner

Results 324 comments of Stefan Penner

approaches but never becomes. ![asymptote](http://upload.wikimedia.org/wikipedia/commons/e/ea/Asymptote02_vectorial.svg)

https://github.com/stefanpenner/ember-app-kit/blob/master/tasks/options/jshint.js#L24-L27 would help, at-least for the non-CI runs.

I think sourcemap approach makes sense, currently we do not have a "Fast, file only" sourcemap configuration for broccoli-concat, this results in either 1) slow high fidelity maps 2) no...

@trentmwillis is there a way to set that configurable before QUnit is loaded?

@trentmwillis any apposition to me submitting a PR for it?

@trentmwillis maybe a meta tag? Ya, i'll try to open a discussion later this week.

> Describe how your Tooling leverages Node.js. > Why do you use Node.js for Tooling? > What's working in the Node.js tooling ecosystem? ember-cli is implemented in node, this enables...

> A proper async module loader seems like it could improve startup time of CLIs (I'm not current on what's happening w/ Modules, unfortunately). @boneskull we use: `time-require` to debug...