How to update i18n
- Update version number of
design-system-i18nin./package.jsonfile - Run
npm run setupon your devbox which will:
- install new version of
design-system-i18n - build messages in MediaWiki format from the source files to
./i18n/directory - rebuild localisation cache
How to update mustache templates
This extension uses grunt and grunt-mustache for exporting mustache templates to JS, so they can be available for client-side rendering.
- Modify any of the mustache files in service/templates
- run
npm run setup-templateto update templates.mustache.js
How to update styles and icons
- Update version number of
design-systemin./bower.jsonfile - Run
bower install --force - Remember to commit file changes in
bower_components