Skip to content

Hugo test sites related to Forum topics or GitHub issues

License

Notifications You must be signed in to change notification settings

jmooring/hugo-testing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo GitHub Issue #10846

Details: gohugoio/hugo#10846

Description: Calls to postcss-cli silently fail when the config option is wrong

Instructions

Clone this branch of the repository and build the site.

git clone --single-branch -b hugo-github-issue-10846 https://github.com/jmooring/hugo-testing hugo-github-issue-10846
cd hugo-github-issue-10846
npm ci
hugo && cat public/index.html

This should throw an error.

If postcss were actually doing something, the content of public/index.html would be:

::-moz-placeholder {
  color: gray;
}
::placeholder {
  color: gray;
}

About

Hugo test sites related to Forum topics or GitHub issues

Resources

License

Stars

Watchers

Forks

Sponsor this project