Christian Trosclair

Results 19 comments of Christian Trosclair

#31 you need to change your travisCI node js version to 6

Oh, and here is the same thing for uploads: ``` /* eslint-env node */ const fs = require('fs'); const gitRepoVersion = require('git-repo-version'); const fetch = require('node-fetch'); const RSVP = require('rsvp');...

I just want to put it out there that not all ember apps are going to use ember-cli-deploy. For example, ember-electron apps.

@viniciussbs you can roll your own transform by dropping this in `app/services/rollbar.js` ```import RollbarService from 'ember-rollbar-client/services/rollbar'; import config from 'your-app-name/config/environment'; import { get, computed } from '@ember/object'; import { assign...

I'm working on an electron app, so ember-cli-deploy doesn't work for me. I guess, I'll keep cobbling something together....

@viniciussbs https://github.com/electron-userland/electron-packager There is no deploy to a server. Electron is a local chromium app.

I just added `ember notify-rollbar-sourcemaps` to my build script.

I'm under a time crunch, I can get to this next week and will report back. But from a quick look at the commits, I don't see how those two...

Sure thing. found a moment to try out. Same problem. You are still using require here: https://github.com/kategengler/ember-cli-code-coverage/blob/master/lib/templates/test-body-footer.html#L8 And the middleware is still inaccessible.