Skip to content

Commit

Permalink
Stop targetting specific Gruntfile command
Browse files Browse the repository at this point in the history
- 'default' includes googlefonts build, but the 'build' command does not
  • Loading branch information
scroix committed Apr 3, 2024
1 parent 997b677 commit 138c477
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nodel-webui-js/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ tasks.register('gruntRun', NpxTask) {
}

command = "grunt"
args = ["build"]
inputs.property('filesChanged', shouldInstall)
inputs.dir("node_modules")
outputs.dir("build/grunt")
Expand Down

0 comments on commit 138c477

Please sign in to comment.