Skip to content

Site to minify/compress javascript and combine multiple files into a single compressed file

License

Notifications You must be signed in to change notification settings

TheDMSGroup/compress.aimtell.com

This branch is 4 commits ahead of circlecell/jscompress.com:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

467f773 · Jul 30, 2024
Jun 12, 2020
Feb 6, 2023
Jul 28, 2019
Jul 28, 2019
Aug 16, 2016
Aug 2, 2016
Jul 26, 2019
Jul 30, 2024
May 25, 2016
Jul 30, 2024
Aug 2, 2016
Jul 30, 2024
Nov 6, 2019
Jan 13, 2021
Jan 13, 2021
Jan 13, 2021

Repository files navigation

compress.aimtell.com

This is a forked version of jscompress.com for internal use

Run with NodeJS

It can be run locally as a node app (node.js version 7+) by running:

  1. npm install
  2. NODE_ENV=development ./node_modules/.bin/webpackwebpack --mode development

Run with Docker

It can also be run on Docker by running: docker compose -f "docker-compose.yml" up -d --build

Once the webpack build is complete, the compression tool will run on http://localhost:8089

About

Site to minify/compress javascript and combine multiple files into a single compressed file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 40.4%
  • CSS 31.2%
  • JavaScript 27.1%
  • Dockerfile 1.3%