paulyoung / fontello-cli

Command line interface for fontello.
MIT License
88 stars 30 forks source link

Fix directory check error, fix printing error #14

Closed e1himself closed 10 years ago

e1himself commented 10 years ago

dirIsValid returned undefined if directory exists and this caused "--css path provided is not a directory." message to be printed. Also print() function was not defined. Used console.log instead.

paulyoung commented 10 years ago

Thanks, but I think if you get the latest from changes from master this won't be necessary.

These changes overlap with another pull request that was just merged.

paulyoung commented 10 years ago

@e1himself - if you think this is still valid we can discuss.

e1himself commented 10 years ago

@paulyoung , It looks like that directory check is ok now (fixed by 8ee061e). Thanks.