Erik Trom

Results 15 issues of Erik Trom

We don't have a code of conduct, free speech welcome, but derogatory comments towards individuals (not ideas) will not be tolerated. - [ ] Make a code of conduct file,...

good first issue
meta

Add changelog and release tool (it should give credit to author, provide link to the pr merged, with description (ideally pr title, which means the only thing we need to...

good first issue
meta

It includes babel 5.x in its dependencies. Fixing this should allow using it again here and in ember-gestures wild guess atm

also fixes smoke and mirrors, fyi

At least one issue with the file extension of a handlebars template has been found. When using the template helper in the following example Thorax automatically appends .handlebars to the...

I have not tried hello world generated project, but there's nothing showing up in the inspector panes for the TODO application Related to https://github.com/eastridge/thorax-inspector-backend/pull/2

Explain the server stack provided by generator-thorax and how to run the client side compilation decoupled from the server(which previously was not possible) New tasks provided: `grunt noserver` `grunt autotest:noserver`...

main.js and styles.css inside dist need a new fingerprint attached to there file name when running `grunt production`

The tl;dr of this is that inside of a coffeescript test file you'll have something like the following(coffeescript only issue, fyi) ``` js define(['cs!some-cs-module'], (SomeCsModule) -> ... do stuff with...

It should be at least as complete as the todo list app provided by TodoMVC repo Add styling Add data persistence (related to #110) When completed, #97 & #96 (new...