~tsileo/microblog.pub#67: 
data/_theme.scss has been tracked in the past

...which has the unfortunately side effect that git watches it for changes, and gets fussy if you try to pull new updates without stashing it, etc. This is a pretty easy fix (git rm --cached data/_theme.scss), I just don't want to be the person deleting files from the repo index!

Status
REPORTED
Submitter
~momijizukamori
Assigned to
No-one
Submitted
2 years ago
Updated
2 years ago
Labels
No labels applied.

~tsileo 2 years ago

It was done on purpose, to provide an empty file when the repo is cloned.

Since it's never modified, I never had any issue when pulling/updating, but I see your point.

It could be generated by the config wizard though (and untracked from git), I will get to it when I have time.

~momijizukamori 2 years ago

I can have a look, too - I saw that it's already generated if it doesn't exist when you try to run inv compile-scss so it shouldn't be hard to add that logic to the initial setup. I'm just terrified I am either gonna overwrite my theme file, or commit and push my theme file, haha.

Register here or Log in to comment, or comment via email.