Gradle / intellij generate a large number of tasks...
# javascript
y
Gradle / intellij generate a large number of tasks for js target -- is there a way to inspect / edit those tasks to know what they each do?
t
You can check it in Gradle window
Or in terminal:
Copy code
./gradlew tasks --all
y
Thanks, but is it possible to modify any of those or inspect what each one does?