Skip to content
New issue

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

Adds POC for bundle template tags #8863

Merged
merged 2 commits into from
May 5, 2021
Merged

Conversation

gdixon
Copy link
Contributor

@gdixon gdixon commented May 5, 2021

Description

This PR will expose a test run for {% bundle ... %} template tags:

Before pulling to prod

  • install yarn on the cron box:
  curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
  echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
  apt-get update
  apt-get install -y yarn
  yarn global add n
  n stable
  
  yarn install
  • and the new requirements:
  pip3 install jsmin==2.2.2 && pip3 install cssmin==0.2.0
Refers/Fixes

Refers: #8860

Testing

Tested locally

@thelostone-mc thelostone-mc changed the base branch from master to stable May 5, 2021 14:24
@octavioamu octavioamu merged commit 8256fe5 into stable May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants