Merge pull request #678 from edewit/font-fix
changed location due to new snowpack postcss plugin
This commit is contained in:
commit
937075c753
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module.exports = function (grunt) {
|
||||||
main: {
|
main: {
|
||||||
cwd: "./node_modules/@patternfly/patternfly/assets/",
|
cwd: "./node_modules/@patternfly/patternfly/assets/",
|
||||||
src: ["**/*", '!**/fontawesome/**'],
|
src: ["**/*", '!**/fontawesome/**'],
|
||||||
dest: "public/assets/",
|
dest: "public/web_modules/@patternfly/patternfly/assets/",
|
||||||
expand: true,
|
expand: true,
|
||||||
},
|
},
|
||||||
sso: {
|
sso: {
|
||||||
|
|
Loading…
Reference in a new issue