We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as a user of gitcoin, i want all of the js/css tags wrapped in compress tags, so that gitcoin loads fast
Summary: itll make the site faster
Type: feature
there are dozens of parts of the app where .js files and .css files are not wrapped in compress tags
take all css/js references in HTML files, and make sure they are correctly wrapped in compress tags.
please use this PR as a base #4826
all of the compress tags must pass validation when python3 manage.py compress --follow-links --force is run
python3 manage.py compress --follow-links --force
see above
The text was updated successfully, but these errors were encountered:
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
This issue now has a funding of 0.55 ETH (96.38 USD @ $175.24/ETH) attached to it.
Sorry, something went wrong.
Work has been started.
These users each claimed they can complete the work by 4 weeks, 1 day from now. Please review their action plans below:
1) majortomsec has been approved to start work.
I'm interested in working on this issue. I will make sure every js and css tags are wrapped in compress tags and load fast as expected.
Learn more on the Gitcoin Issue Details page.
Work for 0.55 ETH (93.4 USD @ $169.81/ETH) has been submitted by:
@owocki please take a look at the submitted work:
No branches or pull requests
User Story
as a user of gitcoin, i want all of the js/css tags wrapped in compress tags, so that gitcoin loads fast
Why Is this Needed
Summary:
itll make the site faster
Description
Type:
feature
Current Behavior
there are dozens of parts of the app where .js files and .css files are not wrapped in compress tags
Expected Behavior
take all css/js references in HTML files, and make sure they are correctly wrapped in compress tags.
please use this PR as a base #4826
all of the compress tags must pass validation when
python3 manage.py compress --follow-links --force
is runDefinition of Done
see above
The text was updated successfully, but these errors were encountered: