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
As mentioned in gruntjs/grunt-cli#26
Seems like --gruntfile parameter is broken with parent directories
--gruntfile
Here's an example of moving the PouchDB Gruntfile into a parent directory and running it wiht --gruntfile
Confirm?
The text was updated successfully, but these errors were encountered:
I've worked around this problem by avoiding the --gruntfile option and doing the redirection in a Gruntfile that looks like this:
module.exports = require( '../Gruntfile.js' );
Sorry, something went wrong.
I can work on this.
But I need to know after I forked and ran
npm install
and
grunt
How can I debug the source?
This issue does actually belong to grunt-cli, so please refer to gruntjs/grunt-cli#26 instead of this issue. Sorry for the inconvenience!
No branches or pull requests
As mentioned in gruntjs/grunt-cli#26
Seems like
--gruntfile
parameter is broken with parent directoriesHere's an example of moving the PouchDB Gruntfile into a parent directory and running it wiht
--gruntfile
Confirm?
The text was updated successfully, but these errors were encountered: