Bart van Leeuwen
Bart van Leeuwen
> > ideally build.js takes a parameter to allow inclusion from a directory outside the repo > > That might not be enough. How do you `import()` ReSpec `core` plugins...
Currently I use this method which seems to work: ``` let elm = workspace.getModel().dataProvider.elementInfo({elementIds: ['http://example.com/resource']}); elm.then(function(arg){ workspace.getModel().createElement(arg['http://example.com/resource']) });```
okay, that is clear, do you allow forking of the wiki ? then I'll do a pull request on a wikipage
Could we discuss this once more? I'm more then happy to provide a PR where I integrated the CLI from our repo into the main project. I would need to...
> @semanticfire I recently started setting up a [separate repo](https://github.com/carml/carml-jar) for a new CLI implementation based on the updated API, and was meaning to get into contact with you guys...
I called @pmaria today, @tobiasschweizer please try the https://github.com/carml/carml-jar repo to see if that works for you
I just noticed this, the repo will be archived according to an issue, what is the status now?
And how about my original question? sparnatural in webpack
Yes exactly, I'd like to npm install it into my application, I'll close this.
@miquel6 Could you elaborate a bit more on how you got it to work? I tried manually installing some libs but that wanted to downgrade system libs as well, not...