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
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
It would be nice if devDependencies could be ignored, without having to manually specify them in the Gruntfile. I know that this can be done by reading the bower.json and then Using Object.keys on the devDependencies property, but I think it'd be nice if the grunt module could do that.
However the Object.keys approach will not exclude dependencies of the devDependencies, that are exclusively used by the devDependencies.
The text was updated successfully, but these errors were encountered:
It would be nice if devDependencies could be ignored, without having to manually specify them in the Gruntfile. I know that this can be done by reading the bower.json and then Using Object.keys on the devDependencies property, but I think it'd be nice if the grunt module could do that.
However the Object.keys approach will not exclude dependencies of the devDependencies, that are exclusively used by the devDependencies.
The text was updated successfully, but these errors were encountered: