help wanted
Repository metrics
- Stars
- (516 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
The following configuration does not skip the js/main.js file:
{
clean: {
js: ['js/', '!js/main.js']
}
}
Is it intented ?
The following configuration does not skip the js/main.js file:
{
clean: {
js: ['js/', '!js/main.js']
}
}
Is it intented ?