re1ro / grunt-bg-shell

Better shell commands for grunt
MIT License
50 stars 8 forks source link

possible error in README #12

Closed dvidsilva closed 10 years ago

dvidsilva commented 10 years ago

in the * sample usage * section you have

  grunt.registerTask('default', 'bgShell:watchCompass bgShell:watchCoffee bgShell:runNode');

when it should be :

  grunt.registerTask('startServer', ['bgShell:gwatch','bgShell:tserver'])

the first raises an error:

 Warning: Required config property "bgShell.gwatch, bgShell" missing. Use --force to continue.

since it probably thinks the second parameter as a whole string is the action to execute.

wlingke commented 10 years ago

I got this error too and it worked after I switched to your second suggestion.

dvidsilva commented 10 years ago

shall I make a pull request? or somebody else is on this?

re1ro commented 10 years ago

Thank you guys!

re1ro commented 10 years ago

Released in v2.3.1