You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In fact I just checked with my old branch where all grunt configuration was in only one file, grunt-contrib-clean does the same, the problem appears when I do grunt.registerTask('clean', ['clean']
Hello, I am using grunt 1.04, running on osx Mojave 10.14.6. When I load clean task with grunt.loadTasks(subDir) and run the next command:
grunt clean
it just freezes the command line, i have to ctrl c to continue
If I uncomment the line loadNpmTasks and comment registertask then it works.
configuration content is as follows:
gruntfile.js
clean.js
The text was updated successfully, but these errors were encountered: