Munter / express-systemjs-translate

Express middleware to speed up systemjs development loads by running translations serverside
28 stars 4 forks source link

configFile documentation #170

Open lookfirst opened 8 years ago

lookfirst commented 8 years ago

It is confusing... jspm 0.17 uses jspm.config.js and jspm.browser.js. The documentation in the readme references 'relative/path/from/baseUrl/to/config.js' and 'system.config.js'. Which file is it?

Munter commented 8 years ago

Whichever one of those two is loaded by your browser to configure the systemjs runtime is the one you should point at. I haven't kept up with the changes in jspm for a while. What is the difference between those two files?

lookfirst commented 8 years ago

No idea, that's why I'm confused. Ok, I got things working (based on my other issue) so the file I'm using is 'jspm.config.js' and that seems to be working.