Quick Guide to Auto Compress your CSS and JS when you Git Merge or Pull

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • actions-gh-pages

    GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.

  • Well, for instance let's say your project is on Gitlab/Github. You would simply configure the Gitlab CI or use Github Actions to run the command that process your css files, and then if that command is a success you would continue with the next command that would deploy the project with the generated files (like pushing on github pages). I would recommend trying that on Github Actions with github pages for hosting the end result. But can be any CI tool. This action let you publish on gh-pages easily: https://github.com/peaceiris/actions-gh-pages

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts