--gruntfile parameter broken with parent directories #950
Comments
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' ); |
I can work on this. But I need to know after I forked and ran
and
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! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: