dojo / grunt-dojo2-extras

Grunt tasks and code supporting continuous delivery across projects. Deploys to gh-pages and latest branch.
https://dojo.github.io/grunt-dojo2-extras/
Other
0 stars 6 forks source link

Execute in the working directory if the repo doesn't exist #48

Closed maier49 closed 7 years ago

maier49 commented 7 years ago

The getConfig function was being run before the directory it was trying to run in existed. This adds a fallback that uses the current working directory instead.

Resolves #22