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

Add setting for verbose option of Grunt to debug. #72

Open
hanfeisun opened this issue Mar 8, 2015 · 3 comments
Open

Add setting for verbose option of Grunt to debug. #72

hanfeisun opened this issue Mar 8, 2015 · 3 comments

Comments

@hanfeisun
Copy link

When play-yeoman encounters an warning during grunt, it just use --force to skip and continue without displaying any debug information...

   Running "concurrent:test" (concurrent) task

       Running "compass:dist" (compass) task
       Warning: ↑ Used --force, continuing.

       Running "compass:server" (compass) task
       Warning: ↑ Used --force, continuing.

       Done, but with warnings.

It looks like the path of compass can't be found, but providing verbose information here will be very helpful.
Is it possible for play-yeoman to add a setting to enable --verbose option of Grunt?

@Shiti
Copy link
Contributor

Shiti commented Mar 8, 2015

Please use disable grunt force, Yeoman.forceGrunt := false (mentioned in configuring)

@hanfeisun
Copy link
Author

Thanks.. but would it be possible to provider verbose information using --verbose option of grunt? Currently, even I used forceGrunt I still can't find what's going wrong in compass step easily..

@hanfeisun
Copy link
Author

by the way, this error only appears when I deploy the app to Heroku, so it is a tricky to debug..

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

No branches or pull requests

2 participants