Closed matthewadams closed 7 years ago
Issue by matthewadams Thursday Nov 03, 2016 at 20:54 GMT Originally opened as https://github.com/SciSpike/yaktor-auth/issues/10
See https://github.com/SciSpike/yaktor/blob/master/bin/package.json#L60
The default gen-src npm script of https://github.com/SciSpike/yaktor doesn't look for DSL files in dsl from the target project's root.
gen-src
dsl
This issue addresses the problem by putting the DSL files provided by this plugin into the target project's root dir, allowing the default gen-src npm script to find them.
Issue by matthewadams Thursday Nov 03, 2016 at 20:54 GMT Originally opened as https://github.com/SciSpike/yaktor-auth/issues/10
See https://github.com/SciSpike/yaktor/blob/master/bin/package.json#L60
The default
gen-src
npm script of https://github.com/SciSpike/yaktor doesn't look for DSL files indsl
from the target project's root.This issue addresses the problem by putting the DSL files provided by this plugin into the target project's root dir, allowing the default
gen-src
npm script to find them.