We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any chance the Thor generator could be refactored into a pure Ruby API (that would then be called by the watcher)?
I'd like to use this in Middleman, but we've already got our own watcher and really only need an API like:
FontCustom.generate("path/to/folder", :output => "some_other_folder", :format => :scss)
The text was updated successfully, but these errors were encountered:
Thor classes can be called directly somewhat obtusely. Here's how I'm doing it in 1.0.0: https://github.com/FontCustom/fontcustom/blob/big-refactor/lib/fontcustom/cli.rb#L29
I'll look into sneaking in a module method with the clean Ruby API though.
Sorry, something went wrong.
This would be great.
kaizau
No branches or pull requests
Any chance the Thor generator could be refactored into a pure Ruby API (that would then be called by the watcher)?
I'd like to use this in Middleman, but we've already got our own watcher and really only need an API like:
The text was updated successfully, but these errors were encountered: