Skip to content

Commit

Permalink
Remove unnecessary gruntfile config
Browse files Browse the repository at this point in the history
Signed-off-by: Neha Gokhale <[email protected]>
  • Loading branch information
nmgokhale committed Mar 26, 2024
1 parent 5581adb commit f6c4310
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions canvas_modules/harness/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,6 @@ module.exports = function(grunt) {
cwd: "./node_modules/@ibm/plex",
src: ["IBM-Plex*/**"],
dest: ".build/fonts"
},
{
expand: true,
flatten: false,
cwd: "./node_modules/@ibm/plex/IBM-Plex-Sans/fonts/split",
src: ["**/*.woff"],
dest: ".build/fonts/IBM-Plex-Sans/fonts/split/woff"
},
{
expand: true,
flatten: false,
cwd: "./node_modules/@ibm/plex/IBM-Plex-Sans/fonts/split",
src: ["**/*.woff2"],
dest: ".build/fonts/IBM-Plex-Sans/fonts/split/woff2"
}]
},
styleguide: {
Expand Down

0 comments on commit f6c4310

Please sign in to comment.