Has anyone faced this error with Concat (Loop Infinite)? http://pastebin.com/XQsYuqdc
GruntJs on windows Terminal: PowerShell
Has anyone faced this error with Concat (Loop Infinite)? http://pastebin.com/XQsYuqdc
GruntJs on windows Terminal: PowerShell
Copyright © 2021 Jogjafile Inc.
You are defining a task which will run itself, entering an infinite loop.
This is the problem line:
This will also be a problem:
In both of those cases, there's no reason to define custom tasks to run the grunt tasks (I suggest removing those two lines, and then things will work).
You could define a custom task to run both of those tasks though, something like: