From 8c22188a7b18a6694dd7457fff41133ff1909af4 Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Mon, 7 Jun 2021 09:18:50 +0200 Subject: [PATCH] changed location due to new snowpack postcss plugin --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index c50fb44eff..ff19a8d282 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: {