We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In installDeps.sh there are a number of minor typos:
The comment says 'Is wget installed' but the check is for curl.
Other checks tell the user the URL of the missing item. Should curl do the same? ( http://curl.haxx.se/ )
The check for 'Is node installed' errors with
echo "Please install node.js ( http://nodesjs.org )" >&2
clearly, that should be http://nodejs.org
And, 'minfified' ought to be 'minified'.
The text was updated successfully, but these errors were encountered:
This is updated on our dev branch, waiting for Pita to push
Sorry, something went wrong.
Peter is awesome.
JohnMcLear
No branches or pull requests
In installDeps.sh there are a number of minor typos:
The comment says 'Is wget installed' but the check is for curl.
Other checks tell the user the URL of the missing item. Should curl do the same? ( http://curl.haxx.se/ )
The check for 'Is node installed' errors with
echo "Please install node.js ( http://nodesjs.org )" >&2
clearly, that should be http://nodejs.org
And, 'minfified' ought to be 'minified'.
The text was updated successfully, but these errors were encountered: