Remove multilightbox directory from JSDuck config

Merging multilightbox into mmv apparently broke our JSDuck script
(not quite sure why it did not give an error at that time), fixing.

Change-Id: Ib83008d1aea33974c93fbfb7473b2f17ab688050
This commit is contained in:
Gergő Tisza 2014-02-28 03:00:20 +00:00
parent d66681c949
commit 799e663c0b

View file

@ -7,7 +7,7 @@ pushd $SCRIPT_DIR > /dev/null
--color \
--config=./jsduck-config.json \
-- \
`find ../resources/{multilightbox,mmv} -name '*.js'` \
`find ../resources/mmv -name '*.js'` \
|& grep -v "^Warning:" \
&& echo "JSDuck execution finished without errors."