Bundle doc not up-to-date
jdonzallaz opened this issue · 2 comments
jdonzallaz commented
I'm submitting a documentation error
Hello,
In the documentation to Bundle Translation Files with the cli, the watch task must be added to the new watch.ts
file, and not in run.ts
:
import processLocales from './process-locales';
// ...
let watches = [
// ...
{ name: 'locales', callback: processLocales, source: project.localesProcessor.source }
];
With aurelia-cli: 1.0.0-beta.1
zewa666 commented
If you could create a PR on the docs/article of this repo that would be great
zewa666 commented
thank you @jdonzallaz