Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:jquery/jquery-mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Schulhof committed Oct 2, 2012
2 parents 51efa6a + 8f1f592 commit 3cb549a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tasks/config.js
Expand Up @@ -48,7 +48,7 @@ module.exports = function( grunt ) {
// if this test is not a dependency log pages
if( this.name.indexOf('config:test:page') > -1 ) {
test_paths.forEach(function( path ) {
grunt.log.writeln( path );
grunt.log.writeln( (env.ROOT_DOMAIN || "") + path );
});
}

Expand Down

0 comments on commit 3cb549a

Please sign in to comment.