Need to symlink the /horde/static directory, not create one in $web_dir.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 19 Jun 2010 15:19:08 +0000 (11:19 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 19 Jun 2010 15:19:08 +0000 (11:19 -0400)
commited492564cf6cbbd12e0763c8949bc55cd8470cae
tree74c08e2da86a1f4c4e208d37eebba202061392fd
parent614292148c99d573cf5516faf0e261d283ba91a3
Need to symlink the /horde/static directory, not create one in $web_dir.

The *.js files are saved to $horde_git/horde/static/ at runtime, so they
are not reachable when the browser tries to load them from $web_dir/horde/static
if $web_dir/horde/static is not a symlink to $horde_git/horde/static.
framework/bin/install_dev