paulyoung / fontello-cli

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

Getting issue if a directory exists (& get an error that it's not) #13

Closed MoOx closed 10 years ago

MoOx commented 10 years ago

I just try this command

    ./node_modules/.bin/fontello install \
    --config src/glyphicons/fontello-config.json \
    --font static/fonts/fontello \
    --css src/css/vendor/fontello

& it works great.

Second time I try it, don't work. I got --css path provided is not a directory.. I add to

    rm -rf static/fonts/fontello
    rm -rf src/css/vendor/fontello

to get this work again. The message is not clear + it should work twice :)

paulyoung commented 10 years ago

Thanks for reporting, but I can't reproduce this.

Can you try again with the latest version? I'll reopen if it's still an issue. I'll probably need more info if it is.