Nick McClay
Nick McClay
I'm adding a plus one to this, I really would like to be able to write more than one assert.response for a given test.
I have also had similar problems with this, after digging a little bit I found this approach to use the function feature of `sassOptions`: https://stackoverflow.com/questions/33025880/is-it-possible-to-pass-environment-variables-to-ember-cli-sass-during-build This let me pass through...
I'm +1 this, I was surprised to see there isn't a ['cancel' event similar to ui-sortable](https://api.jqueryui.com/sortable/#method-cancel)
Honestly I'd take pretty much anything that would let me configure this order at all. If you are in the granting wishes mood though, I'd love being able to configure...
So I just tried out this gem, and I and was bit by this issue as well. A better way to configure vendor assets around sprockets would be much appreciated...
I am also seeing this behavior on a EULA acceptance route I configured in ember. The redirect itself works fine, but the link active states are incorrectly displaying to the...
I tried editing font-awesome's css just to check what happens, but its seems like the resource isn't getting copied there in production mode. ``` Failed to load resource: the server...
I created a pull request that I believe solves this issue: https://github.com/pivotalexperimental/style-guide/pull/16
I know this is super old at this point. But I ended up resolving my making sure I was running this with a more recent ruby version than the default...