You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2019. It is now read-only.
Would be useful to have a standalone distribution of this for the browser that doesn't require a browserify build pipeline. I love browserify, but in cases where you don't have control over builds (Ember CLI, in my case), a standalone distribution or bower dist is useful.
The text was updated successfully, but these errors were encountered:
You found already the dist builder. Please try that package. The lack of documentation is caused by the lack of time to write it. That's also the reason that there is only one version of the distribution.
However, according to the builder's modules.json file, there is no rdf-parser-rdfa? Or am I misunderstanding how the modules fit together?
Specifically, I'm trying to package together an rdfa and turtle parser. Not sure if/where this functionality resides. On the rdf-ext bower distribution, I found a parseTurtle function on the root rdf module object. However, didn't find that on the dist builder bundle. And wasn't able to find the rdfa parser on any of the distributions (though probably not looking in the right place...).
Really excited to see all all these tools bundled in a single place. Thanks for the good work.
I haven't added it to the official modules, because there is still a bug with the HTML literal nodes. @csarven fixed it with this piece of code in rdflib.js, but I still hope there is an easier solution.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
dup of this rdf-ext issue
The text was updated successfully, but these errors were encountered: