mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
docker node-sass issue #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @seognil on GitHub (Feb 5, 2019).
To me, it's always unable to build css while local dev.
while up docker and browse
http://localhost:1313css file missing
But I finally found a way after try everything
and then run the
docker-compose upas README saidIt just worked at least
(I didn't add these changes in my latest Chinese text PR)
The error info I saw was:
But it goes well after I do the npm update staff
Haven't figure out why yet
I'm in China and using Mac (maybe network issue? but really couldn't find the release when I manually check the node-sass Github repo)
Maybe it's necessary to update the deps
Or only add my case to README (if only few guys meet this issue)
(also unable to use yarn at first, haven't try that after npm worked)
@damianopetrungaro commented on GitHub (Feb 5, 2019):
I will take a look this week, ping me back if I won't reply 👍
Nice spot :D
@MSakamaki commented on GitHub (May 10, 2019):
I also have this problem and found a solution.
The cause is
sass:watchin npm-sctiprs of the theme.If you build after creating content, css is not generated because scss does not change.
There are two ways to solve this:
themes/conventional-commits/static/css/style.css@damianopetrungaro commented on GitHub (May 10, 2019):
@MSakamaki this one seems reasonable
add normal scss-build-tasks as npm start..Do you want to do it? I can assign you on this!
@MSakamaki commented on GitHub (May 10, 2019):
@damianopetrungaro
Yes, leave it to me.
I will make a PR.