Joined June 2014
·

Lee Pender

Manhattan
·
·

Posted to Using Karma/ with CircleCI over 1 year ago

./node_modules/karma/bin/karma start --single-run --browsers PhantomJS

Nice! Do you know if there's a way to automatically test the API, or do you maintain a separate suite of automated-tests?

Posted to Heroku + Rails + Bower over 1 year ago

This can help, if you need to populate your dev environment with multiple ENV variables before doing a production rake

export $(cat .env | xargs) && RAILS_ENV=production && rake assets:precompile -v

the export $(cat .env | xargs) will do the populating

Achievements
38 Karma
0 Total ProTip Views
Interests & Skills