This is an automated email from the ASF dual-hosted git repository.
brushed pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
The following commit(s) were added to refs/heads/master by this push:
new 643e0ba Fix wysiwyg build error
643e0ba is described below
commit 643e0ba2ef4385b216f816fd05cc811f622cfd69
Author: brushed <[email protected]>
AuthorDate: Sat Mar 9 21:23:30 2019 +0100
Fix wysiwyg build error
---
jspwiki-war/src/main/styles/haddock/default/build.less | 1 +
1 file changed, 1 insertion(+)
diff --git a/jspwiki-war/src/main/styles/haddock/default/build.less
b/jspwiki-war/src/main/styles/haddock/default/build.less
index c476223..a59b9b7 100755
--- a/jspwiki-war/src/main/styles/haddock/default/build.less
+++ b/jspwiki-war/src/main/styles/haddock/default/build.less
@@ -126,6 +126,7 @@ Stylesheet: JSPWiki
// TODO:move to separate jspwiki-edit.less ?
@import "Template.Edit.less";
@import "Dialog.less";
+@import "wiki-wysiwyg.less";
@import "Template.Preview.less";