Migrate to using a loader method
This moves all locale/translation building to a dependency, `scratch-www-intl-loader`, as well as tests associated with it. Also gets rid of the `make translations` step.
Showing
bin/build-locales
deleted
100755 → 0
intl-loader.js
0 → 100644
... | ... | @@ -51,7 +51,6 @@ |
"lodash.range": "3.0.1", | ||
"minilog": "2.0.8", | ||
"node-sass": "3.3.3", | ||
"po2icu": "git://github.com/LLK/po2icu.git#develop", | ||
"react": "0.14.0", | ||
"react-addons-test-utils": "0.14.0", | ||
"react-dom": "0.14.0", | ||
... | ... | @@ -62,7 +61,7 @@ |
"routes-to-nginx-conf": "0.0.4", | ||
"sass-lint": "1.3.2", | ||
"sass-loader": "2.0.1", | ||
"scratchr2_translations": "git://github.com/LLK/scratchr2_translations.git#master", | ||
"scratch-www-intl-loader": "git+ssh://git@github.com/LLK/scratch-www-intl-loader.git#33a0d059308f4fd71c88bbf501e43ce682429ef0", | ||
"slick-carousel": "1.5.8", | ||
"source-map-support": "0.3.2", | ||
"style-loader": "0.12.3", | ||
... | ... |
Please register or sign in to comment