Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix warning when if css_html_js_minify is not installed #192

Merged
merged 1 commit into from
Jul 12, 2019

Conversation

cserteGT3
Copy link
Contributor

I got the following warning message when running publish():

┌ Warning: I didn't find css_html_js_minify, you can install it via pip the output will not be minified.
└ @ JuDoc C:\Users\Laci\.julia\packages\JuDoc\AAWqV\src\manager\post_processing.jl:57

I assume, that a period is missing, so fixed it.

@codecov
Copy link

codecov bot commented Jul 12, 2019

Codecov Report

Merging #192 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #192   +/-   ##
=======================================
  Coverage   87.12%   87.12%           
=======================================
  Files          26       26           
  Lines        1080     1080           
=======================================
  Hits          941      941           
  Misses        139      139
Impacted Files Coverage Δ
src/manager/post_processing.jl 26.66% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 54deb3c...48db2ca. Read the comment docs.

@tlienart tlienart merged commit 9f6a1a7 into tlienart:master Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants