James Pederson
James Pederson
Had to make a couple quick updates to clean up my code. Let me know if there's anything else you see needing to be done in order for this to...
Fixes made to readme to use single quotes.
Cool, glad you like it, Dave! By the way, love your podcast, long time listener!
As far as the ternary, my initial commit has my logic a little more expanded so its more legible (before I made it all one line for file size sake)....
I've added optional support for Paul Irish's [matchMedia polyfill](https://github.com/paulirish/matchMedia.js/) in my pull request (https://github.com/davatron5000/FitText.js/pull/126). You can just specify the media query string as the `matchMedia` option when instantiating FitText, and...
Well, it's sort of the purpose of the tool to _determine_ the monthly payment and interest over the course of the loan based on term and amount. So if we're...
Absolutely, I'll look into building this out - I have this script in several production projects and would want to just make sure that any changes I make don't break...
Hey, sorry I didn't respond to this - I'm not opposed to a switch, I've never messed with Gulp, but I'm certainly open to it and have heard good things.
I'd rather hand-pick the releases to NPM since they aren't always necessary if we aren't making changes to the actual JS, but that's just my preference. I don't mind the...