Book
Submodule 11.3: Building the application
Submodule 11.3: Building the application
Completion requirements
View
- dist folder
- Minify
- Concatenate
- Uglify
Copying Fonts
Your project uses font-awesome fonts. These need to be copied to the distribution folder. To help us do this, we have installed the copyfiles NPM module globally using the command :
npm install copyfiles -g
So, set up in package.json
the following script:
"copyfonts": "copyfiles -f node_modules/font-awesome/fonts/* dist/fonts",