summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorAnthony Hughes <anthony.s.hughes@gmail.com>2017-10-25 18:30:40 +0200
committerDylan William Hardison <dylan@hardison.net>2017-10-31 15:06:30 +0100
commit4c9afb9aa9c3fa8cb16824a7a032d560f5780403 (patch)
tree9187f974bc7c27d6eb1cbb6afa88fcab6beff623 /Bugzilla/Install
parent3465c3905f542d576a61f372a5cb2da3f823d508 (diff)
downloadbugzilla-4c9afb9aa9c3fa8cb16824a7a032d560f5780403.tar.gz
bugzilla-4c9afb9aa9c3fa8cb16824a7a032d560f5780403.tar.xz
Bug 1332016 - Integrate the Socorro Lens into Bug Modal
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Filesystem.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index 2a2e9b71a..8532356a5 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -302,6 +302,8 @@ sub FILESYSTEM {
dirs => DIR_WS_SERVE },
js => { files => WS_SERVE,
dirs => DIR_WS_SERVE },
+ static => { files => WS_SERVE,
+ dirs => DIR_WS_SERVE },
$skinsdir => { files => WS_SERVE,
dirs => DIR_WS_SERVE },
'docs/*/html' => { files => WS_SERVE,