Book
Submodule 11.3: Building the application
Submodule 11.3: Building the application
Completion requirements
View
- dist folder
- Minify
- Concatenate
- Uglify
Cleaning up a Distribution Folder
Install the rimraf npm module by typing the following at the prompt of your terminal
:
npm install --save-dev rimraf
Then, set up in package.json
the following script:
"clean": "rimraf dist",