systemjs-tools icon indicating copy to clipboard operation
systemjs-tools copied to clipboard

jspm.config.js not found if in a subdirectory

Open kwesterfeld opened this issue 7 years ago • 1 comments

For whatever historical reason I cannot remember, my project's jspm.config.js location is in a source subfolder. When this occurs, the systemjs serve configuration sniffer can't find it.

I was able to workaround this by using manual builder configuration, but it would be really nice to have this work out-of-the-box.

  builder: {
    configFiles: ['smc/jspm.config.js'],

kwesterfeld avatar Apr 19 '17 13:04 kwesterfeld