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
Preparing the Distribution Folder III
Open index.html
and surround the CSS links inclusion code as follows:
<!-- build:css css/main.css -->
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css">
<link href="css/styles.css" rel="stylesheet">
<!-- endbuild -->
Do the same change in aboutus.html
, menu.html
and contactus.html