express-systemjs-translate
express-systemjs-translate copied to clipboard
Express middleware to speed up systemjs development loads by running translations serverside
Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. :vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable...
Hello lovely humans, [jspm](https://www.npmjs.com/package/jspm) just published its new version 0.16.53. State Update :rocket: Dependency jspm New version 0.16.53 Type dependency This version is **not covered** by your **current version range**....
Hello lovely humans, [eslint](https://www.npmjs.com/package/eslint) just published its new version 3.16.1. State Failing tests :rotating_light: Dependency eslint New version 3.16.1 Type devDependency This version is **covered** by your **current version range**...
Upgrading `eslint-config-onelint` to 2.0.0 found an unhandled err in a callback. I assume that we just want to pass it to next here. Would like at least another set of...
Warning: a promise was created in a handler at node_modules/express-systemjs-translate/lib/index.js:366:15 but was not returned from it, see http://goo.gl/rRqMUw at Promise._then (node_modules/bluebird/js/release/promise.js:231:17)
... At least when using systemjs-builder.
Hot reloading can be very useful, especially when working on styling. Is it possible to have hot-reloading with express-systemjs-translate?
I'm trying to use jspm with typescript transplier and decided to try this library to speed-up my builds. But it seems that there is some issue with file resolution, I'm...
``` Error: express-systemjs-translate: Configuration error. serverRoot is not a parent directory for your jspm configured baseUrl. serverRoot: /hub/target/hub-1.0-SNAPSHOT baseUrl: /hub/target/ ``` jspm is configured with baseUrl: '/' `translate('/hub/target/hub-1.0-SNAPSHOT', { debug:...
A bug was caught recently in https://github.com/systemjs/builder/pull/645 that may be interfering with the caching of load records. This may be causing the cache not to work properly here. I'll aim...