gruntjs / grunt-init

Generate project scaffolding from a template.
http://gruntjs.com/project-scaffolding
MIT License
193 stars 58 forks source link

Is the length of description limited to some value? #86

Closed Alex1990 closed 8 years ago

Alex1990 commented 10 years ago

OS: Ubuntu 14.04 template: grunt-init-gruntplugin

I run the grunt-init and enter the description string:

"Extract the ids and dependencies of the cmd module, and convert it to a transport module."

But, after init, the description in package.json and some-task.js file is cut off and become the below:

"Extract the ids and dependencies of the cmd module, an"