ndru@lemmy.world to Mildly Infuriating@lemmy.worldEnglish · 10 months agoThe color blurplelemmy.worldimagemessage-square23fedilinkarrow-up1182arrow-down19file-text
arrow-up1173arrow-down1imageThe color blurplelemmy.worldndru@lemmy.world to Mildly Infuriating@lemmy.worldEnglish · 10 months agomessage-square23fedilinkfile-text
From a site I’ve inherited which is full of things like this (and lots of other very !important things). Send help.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up38·10 months agosed -i 's/.purple/.not-purple/g' *.css done, boss
minus-squaregregorum@lemm.eelinkfedilinkEnglisharrow-up11arrow-down1·edit-27 months agoRemoved by mod
minus-squareactiv8rlinkfedilinkEnglisharrow-up4·10 months agoIt’s fine as long as you have proper source control. Run it and check the diff before committing.
minus-squarelars@lemmy.sdf.orglinkfedilinkEnglisharrow-up1·edit-210 months agoBut I set my .git directories to have .css filename extensions!!?! It shouldn’t be my job to educate you.
minus-squareFoxBJK@midwest.sociallinkfedilinkEnglisharrow-up3·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
Removed by mod
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.