# HG changeset patch # User Kim Alvefur # Date 1670188865 -3600 # Node ID 2402ddabe7f719794a86352543725c5e45c211ec # Parent d4b0a995e5e3dd27a6da73093929e7f51df6763f mod_http_muc_log: Include static resources (css & js) in plugin package Forgot to include this in the previous commit somehow. diff -r d4b0a995e5e3 -r 2402ddabe7f7 mod_http_muc_log/README.markdown --- a/mod_http_muc_log/README.markdown Sun Dec 04 22:10:07 2022 +0100 +++ b/mod_http_muc_log/README.markdown Sun Dec 04 22:21:05 2022 +0100 @@ -6,6 +6,7 @@ build: copy_directories: - res + - static ... Introduction