Skip to content

Commit

Permalink
Build - Merge pull request #2188 from Garneauma/supports
Browse files Browse the repository at this point in the history
Supports: Adding CSS feature support detection architecture

Build - Concatenating CSS for feature detection that are currently not supported by our SASS processor
  • Loading branch information
duboisp authored Jul 6, 2023
2 parents 0ae57f9 + aefeb36 commit fc2bb58
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ module.exports = (grunt) ->
[
"clean:dist"
"sass:all"
"concat:supports"
"concat:plugins"
"copy:assets"
"copy:fonts"
Expand Down Expand Up @@ -507,6 +508,14 @@ module.exports = (grunt) ->
separator: ","
src: "sites/**/index.json-ld"
dest: "_data/sites.json"
supports:
options:
stripBanners: false
src: [
"<%= themeDist %>/css/theme.css"
"node_modules/wet-boew/src/polyfills/supports/*.css"
]
dest: "<%= themeDist %>/css/theme.css"

# Placeholder modal for multimélo task
mélimélo:
Expand Down

0 comments on commit fc2bb58

Please sign in to comment.