You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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..
When
play-yeoman
encounters an warning duringgrunt
, it just use--force
to skip and continue without displaying any debug information...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?The text was updated successfully, but these errors were encountered: