source concater
1.0.0
Concat zipped sources to single file.
Try it -> https://srcc.herokuapp.com/!
Or look it how use it.
docker run --name srcc -d -p 80:8080 roquie/source-concater:latestcd /path/to/project/rootyarn builddocker build -t srcc:latest .docker run --rm --name srcc -d -p 8001:8080 srcc:latestdocker stop srcc# install dependencies
yarn install
# serve with hot reload at localhost:8080
yarn run dev
# build for production with minification
yarn run build
# build for production and view the bundle analyzer report
yarn run build --reportMIT