todomvc icon indicating copy to clipboard operation
todomvc copied to clipboard

More developer-friendly Ember builds

Open a13o opened this issue 1 year ago • 3 comments

The Ember TodoMVC app is currently minified, with sourcemaps disabled. This makes it difficult to browse the code from the todomvc website using devtools.

I would like to modify the Ember build config so that it doesn't minify and it contains sourcemaps.

This is in the spirit of the README:

We intentionally use the unminified versions to make reading the source code easier.

a13o avatar Sep 30 '23 16:09 a13o