We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e6b3d commit db61ceeCopy full SHA for db61cee
1 file changed
bin/grunt
@@ -23,6 +23,8 @@ if ('completion' in options) {
23
completion.print(options.completion);
24
} else if (options.version) {
25
info.version();
26
+} else if (options.base) {
27
+ basedir = path.resolve(options.base);
28
} else if (options.gruntfile) {
29
basedir = path.resolve(path.dirname(options.gruntfile));
30
}
0 commit comments