Commit Graph

9 Commits

Author SHA1 Message Date
Santhosh Thottingal
990c5402f4 Use sed and a template for generating jquery.uls.data.js
Drop browserify.
2021-03-18 18:56:17 +02:00
Niklas Laxström
670585033e Update language-data
"Fixed" the build script by using a known working version.

Updating to 69074e24757a59ad9a20be4a28ddbe4285ae06a6.
2020-12-09 11:40:32 +02:00
Amir E. Aharoni
d7cbd0a03d Fixes for fetch-language-data.sh (#360)
* Fixes for fetch-language-data.sh

* Portable path function, instead of `readlink -f`, which doesn't
  work on mac.
* Remove extra '/' character from DEST. It is added again later.
* Change "wrote" to "written" — clearer meaning of what was done.

* Update language-data

* Update sjd autonym
* Move ms-arab a few lines (automatic change from CLDR)

Updating to
b485f5a134
2020-04-08 20:16:23 +05:30
Santhosh Thottingal
a911e46bd4 Fix the path to language-data.json in @wikimedia/language-data
It was moved to data folder in recent commit:
09ab6024fe
2020-04-02 12:24:00 +05:30
Ed Sanders
d53beca719 Update linters
* Update eslint and stylelint config
* Fix Gruntfile.js to actually run stylelint
2019-11-13 04:14:16 +02:00
Santhosh Thottingal
619646082c Installing browserify should not update package.json
npm changed their behavior of 'npm install'. See
https://github.com/npm/npm/issues/17010

use --no-save option to avoid package.json changes
2019-08-29 16:16:07 +05:30
Niklas Laxström
438c59cc65 fetch-language-data.sh: Improve and made CWD-independent 2018-03-05 18:25:57 +05:30
Santhosh Thottingal
2a77df6c41 Use eslint and stylelint, fix all errors (#282)
* Use eslint and stylelint, fix all errors

* Remove jshint, jsbeautify
* Use Object.keys directly since that is available in all major browsers
* Fixes for eslint, stylelint errors
* stylelint is not included in grunt test yet because jquery.uls.mobile.css
  has so many !important and need to figure out whether they are really needed
2018-01-04 15:58:35 +02:00
Santhosh Thottingal
6d6a1326b5 Use wikimedia/language-data node module for data
Now that we have this node module, let us use that as upstream
for data
2017-08-28 17:46:09 +05:30