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

Build assets on the server instead of committing them to this repository #240

Open
supertassu opened this issue Jul 4, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@supertassu
Copy link
Collaborator

We currently have our assets committed into Git. It has many downsides:

  • If I'm using development mode (auto rebuild, no purgecss etc) I have to remember to build the production version before committing my changes
  • It creates merge conflicts
  • Theoretically someone could modify compiled assets and add malicious code and no-one would notice

When we update our deploying process to be something else than a cronjob running git pull (https://github.com/UTRS2/utrs/milestone/3) we probably should add a build step that builds assets and remove them from Git.

@supertassu supertassu added the enhancement New feature or request label Jul 4, 2020
@supertassu supertassu added this to the Version 2.1 milestone Jul 4, 2020
@dqwiki dqwiki removed this from the Version 2.2 milestone Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants