-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
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
What if I want to use as library instead run the entire source code? #330
Comments
Can you provide more of your use-case and what you're trying to accomplish? Are you looking to use the markdown rendering engines alone? |
Hi. I mean that if I want to use raneto, I need the entire source code of raneto. Is it correct? Comparing with similar frameworks or thinking as a library maker, it would be grateful if Raneto will be able to be used as library, instead to clone the entire Raneto source code. |
While we provide a "quickstart" where you can clone this repo and immediately try out Raneto by running on your local machine, it's not required. All you technically need is the "example/" directory. and add So it's currently sort of a library. We'll add testing via library to the list of to-dos |
Adding this to the Roadmap megathread. |
According to some researches, is mandatory the use of the internal folder example to use Raneto.
That is fine but some folks might want to use as simple npm module. I tried:
So in order to make this works, I need to install as npm module:
This throws an error:
That is because gulp is in devDependencies.
I think gulp is not just a dev library for Raneto.
Due to Raneto necesity of public/lib folder with several js files, I think must be moved to dependencies.
I moved it and this error dissapear
The text was updated successfully, but these errors were encountered: