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 Apr 4, 2023. It is now read-only.
Our README currently recommends folks install grunt-cli globally rather than as part of this project. This can lead to version mismatches and can complicate downstream project setup.
The text was updated successfully, but these errors were encountered:
Rather than requiring users install grunt-cli globally (which can introduce
version problems), we'll be explicit that it's a dependency.
This bumps out version to 8.4.2 in preparation of our next release.
It resolveseregs#508
Rather than requiring users install grunt-cli globally (which can introduce
version problems), we'll be explicit that it's a dependency. Since grunt may
not be in the global env anymore, we'll also switch to using package.json's
`scripts` attr.
This bumps out version to 8.4.2 in preparation of our next release.
It resolveseregs#508
cmc333333
pushed a commit
to cmc333333/regulations-site
that referenced
this issue
May 14, 2018
Rather than requiring users install grunt-cli globally (which can introduce
version problems), we'll be explicit that it's a dependency. Since grunt may
not be in the global env anymore, we'll also switch to using package.json's
`scripts` attr.
This bumps out version to 8.4.2 in preparation of our next release.
It resolveseregs#508
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Our README currently recommends folks install
grunt-cli
globally rather than as part of this project. This can lead to version mismatches and can complicate downstream project setup.The text was updated successfully, but these errors were encountered: