You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the the buildCSS function call should use argument 'docsConfig' instead of 'config'
This will generate the new compiled css files to 'docs/out/dist/components' and next gulp piping will generate your final compressed min.css file correctly.
Bug Report
Steps to reproduce
Assuming the following directory
docpad run --port 8080
indocs
gulp serve-docs
inui
input.less
inui
http://localhost:8080/elements/input.html
Expected result
Styles in
http://localhost:8080/elements/input.html
get updated as edited.Actual result
Styles not get updated.
Logs on terminal.
From the above log, I assume
../docs/out/dist/semantic.css
get updated, but not include changes.Version
2.8.2
The text was updated successfully, but these errors were encountered: