alexisvincent / systemjs-tools

(dev)tools for working with SystemJS
MIT License
43 stars 5 forks source link

jspm.config.js not found if in a subdirectory #6

Open kwesterfeld opened 7 years ago

kwesterfeld commented 7 years ago

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'],
alexisvincent commented 7 years ago

Awesome to see your input :D I haven't had as much time to work on this as I would like, but in the next few weeks I expect to be able to work on the SystemJS ecosystem again.

Will definitely include this. It was always part of the plan, since I also found this annoying. But since the general maturity of the tool needs work, I figured I could live without this for the moment.

I have a number of "exciting" features I'd like to add. And I plan to do a slight architectural change at the same time as I move over to Typescript.

Thanks for the contributions, would love to see them continue :D