Garllon/inline-css-html-converter

View on GitHub
pry.sh

Summary

Maintainability
Test Coverage
#!/bin/bash
if [ "$1" == "p" ]; then
  export RACK_ENV=production
fi
bundle exec pry -I lib/ -r bundler -r inline-css-html-converter -e 'Pry.start InlineCssHtmlConverter' $@