@ndru to Mildly InfuriatingEnglish • 10 months agoThe color blurpleimagemessage-square24arrow-up1184arrow-down19file-text
arrow-up1175arrow-down1imageThe color blurple@ndru to Mildly InfuriatingEnglish • 10 months agomessage-square24file-text
From a site I’ve inherited which is full of things like this (and lots of other very !important things). Send help.
minus-square@[email protected]linkfedilinkEnglish4•10 months agoIt’s fine as long as you have proper source control. Run it and check the diff before committing.
minus-square@[email protected]linkfedilinkEnglish1•edit-210 months agoBut I set my .git directories to have .css filename extensions!!?! It shouldn’t be my job to educate you.
minus-square@[email protected]linkfedilinkEnglish3•10 months agoGotta do it on the HTML files and JS files too. Then you gotta re-test every page that uses those files. Then the boss looks over your code and asks why you didn’t just change the actual color because that’s easier to QC.
sed -i 's/.purple/.not-purple/g' *.css
done, boss
This just gave me a panic attack
It’s fine as long as you have proper source control. Run it and check the diff before committing.
But I set my
.git
directories to have.css
filename extensions!!?! It shouldn’t be my job to educate you.Gotta do it on the HTML files and JS files too. Then you gotta re-test every page that uses those files.
Then the boss looks over your code and asks why you didn’t just change the actual color because that’s easier to QC.