Merge pull request #678 from edewit/font-fix

changed location due to new snowpack postcss plugin
This commit is contained in:
mfrances17 2021-06-07 09:00:02 -04:00 committed by GitHub
commit 937075c753
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ module.exports = function (grunt) {
main: {
cwd: "./node_modules/@patternfly/patternfly/assets/",
src: ["**/*", '!**/fontawesome/**'],
dest: "public/assets/",
dest: "public/web_modules/@patternfly/patternfly/assets/",
expand: true,
},
sso: {