Skip to content

Commit 8f1f592

Browse files
committed
output the root domain prepended to the path where available
1 parent 00d82c0 commit 8f1f592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = function( grunt ) {
4848
// if this test is not a dependency log pages
4949
if( this.name.indexOf('config:test:page') > -1 ) {
5050
test_paths.forEach(function( path ) {
51-
grunt.log.writeln( path );
51+
grunt.log.writeln( (env.ROOT_DOMAIN || "") + path );
5252
});
5353
}
5454

0 commit comments

Comments
 (0)