-
- Downloads
Merge pull request #868 from chrisgarrity/l10n-update
Use scratch-ll10n for extracting strings
No related branches found
No related tags found
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
"build": "npm run clean && webpack --progress --colors --bail", | "build": "npm run clean && webpack --progress --colors --bail", | ||
"clean": "rimraf ./build && mkdirp build", | "clean": "rimraf ./build && mkdirp build", | ||
"deploy": "touch build/.nojekyll && gh-pages -t -d build -m \"Build for $(git log --pretty=format:%H -n1)\"", | "deploy": "touch build/.nojekyll && gh-pages -t -d build -m \"Build for $(git log --pretty=format:%H -n1)\"", | ||
"i18n:src": "babel src > tmp.js && rimraf tmp.js && ./scripts/build-i18n-source.js ./translations/messages/ ./translations/", | "i18n:src": "babel src > tmp.js && rimraf tmp.js && build-i18n-src ./translations/messages/ ./translations/", | ||
"start": "webpack-dev-server", | "start": "webpack-dev-server", | ||
"test": "npm run test:lint && npm run test:unit && NODE_ENV=production npm run build && npm run test:integration", | "test": "npm run test:lint && npm run test:unit && NODE_ENV=production npm run build && npm run test:integration", | ||
"test:integration": "jest --runInBand test[\\\\/]integration", | "test:integration": "jest --runInBand test[\\\\/]integration", | ||
... | @@ -28,11 +28,9 @@ | ... | @@ -28,11 +28,9 @@ |
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"autoprefixer": "^7.1.3", | "autoprefixer": "^7.1.3", | ||
"babel-cli": "^6.26.0", | |||
"babel-core": "^6.23.1", | "babel-core": "^6.23.1", | ||
"babel-eslint": "^8.0.1", | "babel-eslint": "^8.0.1", | ||
"babel-loader": "^7.1.0", | "babel-loader": "^7.1.0", | ||
"babel-plugin-react-intl": "^2.3.1", | |||
"babel-plugin-syntax-dynamic-import": "^6.18.0", | "babel-plugin-syntax-dynamic-import": "^6.18.0", | ||
"babel-plugin-transform-async-to-generator": "^6.24.1", | "babel-plugin-transform-async-to-generator": "^6.24.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.22.0", | "babel-plugin-transform-object-rest-spread": "^6.22.0", | ||
... | ... |
scripts/build-i18n-source.js
deleted
100755 → 0
Please register or sign in to comment