trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

install grunt-cli #868

Closed joelposti closed 8 years ago

joelposti commented 8 years ago

In order to grunt the project, grunt-cli has to be installed separately. I added grunt-cli to devDependencies.

joelposti commented 8 years ago

I’m closing this pull request. Apparently grunt-cli should not be installed when running npm install. From Grunt’s documentation:

Each time grunt is run, it looks for a locally installed Grunt using node's require() system. Because of this, you can run grunt from any subfolder in your project.

If a locally installed Grunt is found, the CLI loads the local installation of the Grunt library, applies the configuration from your Gruntfile, and executes any tasks you've requested for it to run.

I was not aware of this feature in Grunt. Closing the request. #