creativecommons / creativecommons.org

Legacy legal code translations and general support issues
MIT License
156 stars 204 forks source link

includes/total.css is empty and should be removed along with all references to it #1151

Closed TimidRobot closed 4 years ago

TimidRobot commented 4 years ago

Description

includes/total.css is empty and should be removed along with all references to it

Reproduction

Expectation

Remove include lines:

Remove files:

Additional context

The include lines were found with:

sudo find /var/www -type f \( -name '*.*css' -o -name '*.htm*' -o -name '*.ph*' \) -exec fgrep total.css {} +

Resolution

madhhuurrii commented 4 years ago

Hii , can u please guide me in solving this issue as i am a beginner @TimidRobot

avats-dev commented 4 years ago

Hi @madhhuurrii , welcome to the CC community. Thanks for showing your interest. :+1:


Now, as @TimidRobot has mentioned above that includes/total.css is empty, there is no point of keeping the file then. And it has been referenced also in some files, and those are also needed to be removed. So, a possible workflow could be to:

Now, if you're stuck or need any help in any context, you can ping back. Looking forward to your contribution :rocket: . (PS: If you're starting out, this might look like a lot, but it's not. Just go gradually with steps and you'll see.)

Thanks @TimidRobot , great explanation on the issue.

madhhuurrii commented 4 years ago

Thank you so much for the help!!

avats-dev commented 4 years ago

Thank you so much for the help!!

Looking forward to your PR...:rocket:

madhhuurrii commented 4 years ago

Thank you for guiding me @avats-dev , i have successfully created my PR , hope it gets merged!!

avats-dev commented 4 years ago

Hey @madhhuurrii , nice work. You have to duplicate these works in new repo too, and open a PR there.

It is similar to what you've done here.

Thanks for your contribution :tada: !

TimidRobot commented 4 years ago

@madhhuurrii Thank you! Do you have time to do the same work on creativecommons/new-creativecommons.org?

madhhuurrii commented 4 years ago

@TimidRobot Yup! will do the work.

TimidRobot commented 4 years ago

Thank you @madhhuurrii