gruntjs / grunt-init

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

grunt-init cannot find template on different drive in Windows #66

Closed gamtiq closed 10 years ago

gamtiq commented 10 years ago

Environment:

How to reproduce the problem:

There will be error message about not found template. The problem takes place because : char is treated as task's arguments separator by grunt.

The workaround is the following: escape : char. For example: grunt-init c\:\grunt-init\gruntplugin

sindresorhus commented 10 years ago

Working as expected. Either escape or quote the argument. Or even better use a real OS like Linux or OS X.