grunt icon indicating copy to clipboard operation
grunt copied to clipboard

Grunt: The JavaScript Task Runner

Results 124 grunt issues
Sort by recently updated
recently updated
newest added

After upgrading to Angular 16 we see this error # grunt -h Loading "gruntfile.js" tasks...ERROR >> Error [ERR_REQUIRE_ESM]: require() of ES Module .../node_modules/locate-path/index.js from .../node_modules/pkg-up/node_modules/find-up/index.js not supported. >> Instead change...

_Apologies if this has already been suggested / discussed – I couldn't find a relevant existing issue._ To very roughly mimic `make`'s dependency tracking – and hence reduce build /...

needs discussion
tasks

I know a similar issue was closed a year ago. I was hoping it's time to revisit the possibility of Grunt emitting events. For my particular use case (programmatically load...

api

**Description :** Twitter icon is changed from a Bird to 'X' **Steps to Reproduce :** 1 . Go to [https://gruntjs.com/](url) 2. Scroll down to "Who uses Grunt" section in homepage...

documentation
enhancement

Hello, Npm Audit is flagging minimatch version < 3.0.4. This PR has the upgraded dependency.

+ ~~~~~~~~~~~~~~~~~~~ [] Exception: Grunt Errord\Grunt.ps Need Help

I have written a custom task as a callback for watch(grunt-contrib-watch). During the very first time when i edit and save the file, the custom task is not called. But...

This will use dependabot to update any github action which this project uses. https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot

Stumbled on this while upgrading an old build to newer grunt version. There is a plugin (grunt-ng-constant) that uses grunt.file.write and expects the intermediate directories to be created if they...