craigburke / karma-gradle

Gradle Plugin for Running tests with Karma
Other
21 stars 11 forks source link

Prevent the karmaClean task from deleting all folders under node_modules #32

Open borgiani opened 7 years ago

borgiani commented 7 years ago

This commit prevents the karmaClean task from deleting all folder under node_modules. Instead, it will delete only the ones that begin with "karma", which was the original intention in the first place.