We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d82c0 commit 8f1f592Copy full SHA for 8f1f592
build/tasks/config.js
@@ -48,7 +48,7 @@ module.exports = function( grunt ) {
48
// if this test is not a dependency log pages
49
if( this.name.indexOf('config:test:page') > -1 ) {
50
test_paths.forEach(function( path ) {
51
- grunt.log.writeln( path );
+ grunt.log.writeln( (env.ROOT_DOMAIN || "") + path );
52
});
53
}
54
0 commit comments