source concater
1.0.0
Concaténez les sources compressées dans un seul fichier.
Essayez-le -> https://srcc.herokuapp.com/ !
Ou regardez comment l'utiliser.
docker run --name srcc -d -p 80:8080 roquie/source-concater:latest
cd /path/to/project/root
yarn build
docker build -t srcc:latest .
docker run --rm --name srcc -d -p 8001:8080 srcc:latest
docker 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 --report
MIT