mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
c42840541e
Adding a symlink in .docs/generate.sh because of Jenkins and possibly other uses. Change-Id: Ieb56852d0d0b978fbc1cbb873204d9e457cf969c
6 lines
225 B
Bash
Executable file
6 lines
225 B
Bash
Executable file
#!/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
|