mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
6 lines
225 B
Bash
6 lines
225 B
Bash
|
#!/usr/bin/env bash
|
||
|
cd $(cd $(dirname $0)/..; pwd)
|
||
|
|
||
|
php maintenance/makeStaticLoader.php --target demo --write-file demos/ve/index.php
|
||
|
php maintenance/makeStaticLoader.php --target test --write-file modules/ve/test/index.php
|