Skip to content

Commit

Permalink
Bootstrap 4 static header & footer assets fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GormFrank committed Apr 29, 2020
1 parent a09658d commit b140182
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gruntfile.coffee
Expand Up @@ -22,7 +22,6 @@ module.exports = (grunt) ->
"assets-dist"
"assemble"
"htmlmin"
"copy:site_assets_dist"
"htmllint"
"bootlint"
"useMinAssets"
Expand Down Expand Up @@ -138,6 +137,7 @@ module.exports = (grunt) ->
"INTERNAL: Process non-CSS/JS assets to dist"
[
"copy:site_min"
"copy:site_assets_min"
"copy:wetboew_demo_min"
]
)
Expand Down Expand Up @@ -288,17 +288,17 @@ module.exports = (grunt) ->
cwd: "site/pages"
src: "**/*.html"
dest: "dist/unmin"
site_assets:
expand: true
cwd: "site/pages"
src: "**/site-assets/*.*"
dest: "dist/unmin"
site_min:
expand: true
cwd: "site/img"
src: "**/*.*"
dest: "dist/img"
site_assets_dist:
site_assets:
expand: true
cwd: "site/pages"
src: "**/site-assets/*.*"
dest: "dist/unmin"
site_assets_min:
expand: true
cwd: "dist/unmin"
src: "**/site-assets/*.*"
Expand Down
@@ -1,3 +1,10 @@
/*!
* Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
* wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
* Static Header and Footer EXPERIMENTAL styles for Bootstrap 4 - 2020-04-27
*
* ---===== MANUAL MINIFICATION IS REQUIRED =====---
*/
@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic&subset=latin,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin,latin-ext");
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b140182

Please sign in to comment.