Book
Submodule 11.3: Building the application
Submodule 11.3: Building the application
Completion requirements
View
- dist folder
- Minify
- Concatenate
- Uglify
Preparing the Distribution Folder I
Open .gitignore
and update it as follows. We do not want the dist folder to be checked into the git repository.
node_modules
dist