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

Make sure running works as intended with Grunt 1 #89

Open
kokarn opened this issue Feb 15, 2016 · 2 comments
Open

Make sure running works as intended with Grunt 1 #89

kokarn opened this issue Feb 15, 2016 · 2 comments

Comments

@kokarn
Copy link
Owner

kokarn commented Feb 15, 2016

There are some awesome improvements coming soon, we should make sure they work as intended.
http://gruntjs.com/blog/2016-02-11-grunt-1.0.0-rc1-released

The main part i'm worried about is using grunt without grunt cli but this in package.json

"scripts": {
  "grunt": "grunt"
}
@ealves-pt
Copy link
Contributor

Yes, we need to start preparing the code for that configuration method.

@kokarn
Copy link
Owner Author

kokarn commented Apr 5, 2016

Now that Grunt 1.0.0 is released this needs to be adressed.
Confirmed not working right now.

The expected behaviour should probably be to check if npm run grunt is defined before running grunt.
If it is, use that instead of just grunt.
Thoughts @ealves-pt ?

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

2 participants