source concater
1.0.0
Concat مصادر مضغوطة إلى ملف واحد.
جربها -> https://srcc.herokuapp.com/!
أو انظر إليه كيف استخدمه.
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
معهد ماساتشوستس للتكنولوجيا