Application development process needs a real build step that minifies output.
#13
Closed
opened 8 months ago by androiddrew
·
0 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
At present we are simply Dockerizing the ./src contents we will want to ship. This build process should minify the
index.html, script.js, and main.css
and locate it in a ./dist or ./build directory. The Docker build process can also be split into a two step setup where build occurs with the Node LTS base image, and copies the output over to an nginx container.