Skip to content
New issue

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

--gruntfile parameter broken with parent directories #950

Closed
vladikoff opened this issue Oct 19, 2013 · 3 comments
Closed

--gruntfile parameter broken with parent directories #950

vladikoff opened this issue Oct 19, 2013 · 3 comments

Comments

@vladikoff
Copy link
Member

As mentioned in gruntjs/grunt-cli#26

Seems like --gruntfile parameter is broken with parent directories

Here's an example of moving the PouchDB Gruntfile into a parent directory and running it wiht --gruntfile

image

Confirm?

@pixelzoom
Copy link

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' );

@amir-rahnama
Copy link

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?

@cowboy
Copy link
Member

cowboy commented Jan 22, 2014

This issue does actually belong to grunt-cli, so please refer to gruntjs/grunt-cli#26 instead of this issue. Sorry for the inconvenience!

@cowboy cowboy closed this as completed Jan 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants