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

Fixed-Gruntfile.js must only in root directory #17

Closed
wants to merge 1 commit into from

Conversation

moorwu
Copy link

@moorwu moorwu commented Jul 22, 2014

Fixed Known Issue #1- The Gruntfile must be in the root of your project
directory to successfully get the available tasks. Additionally, all
grunt commands will be called in the root directory.
Now, the Gruntfile.coffee (or Gruntfile.js) can be in a sub-directory
of the root directory. And all grunt will run in the Gruntfile
directory.

Fixed Known Issue kokarn#1- The Gruntfile must be in the root of your project
directory to successfully get the available tasks. Additionally, all
grunt commands will be called in the root directory.
Now, the Gruntfile.coffee (or Gruntfile.js) can be in a sub-directory
of the root directory. And all grunt will run in the Gruntfile
directory.
@moorwu
Copy link
Author

moorwu commented Jul 22, 2014

I did not have a full test for the situation when the gruntfile in the root directory because all my gruntfile is the sub-directory. I would test it later.

@moorwu moorwu closed this Jul 22, 2014
@moorwu moorwu reopened this Jul 22, 2014
@nickclaw
Copy link
Contributor

I believe this means users would have to change the plugin setting every time they switch between projects with Gruntfiles in different places. I'm going to close this because that doesn't seem very user friendly for the most common use case.

@nickclaw nickclaw closed this Dec 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants