update-oojs.sh: Rewrite to fetch from npm repo instead of building from git
authorTimo Tijhof <krinklemail@gmail.com>
Mon, 7 Apr 2014 22:15:06 +0000 (15:15 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Mon, 7 Apr 2014 23:46:12 +0000 (16:46 -0700)
commit9fdef0e25b1d4d813625e3796221469ef4a4a463
tree014f39100f1c2a6d23c717ebee9a978ca5fccc66
parent428e7c5411b7c44ad3ce2026415398c745ab498c
update-oojs.sh: Rewrite to fetch from npm repo instead of building from git

* Fetch upstream build from npm repository instead of building it locally
  from git (to avoid different timestamps and checksums not matching, no
  need for MediaWiki code to know how to build a oojs distribution).

* Ran it which changed the oojs.js file slightly (it now contains the file
  as released on npmjs.org instead of the local build by the person who
  last updated it in mediawiki).

Follows-up:
648667a - Split up resources/ into resources/lib/ and resources/src/
c68b967 - Add scripts to generate update builds of OOjs

Change-Id: I63f79293e21781c1db3d7c43658c22f58ba9102d
maintenance/resources/update-oojs.sh [new file with mode: 0755]
resources/lib/oojs/oojs.js
resources/lib/oojs/update-oojs.sh [deleted file]