Skip to content

Commit 3cb549a

Browse files
author
Gabriel Schulhof
committed
Merge branch 'master' of github.com:jquery/jquery-mobile
2 parents 51efa6a + 8f1f592 commit 3cb549a

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)