Skip to content

Commit

Permalink
output the root domain prepended to the path where available
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbender committed Oct 2, 2012
1 parent 00d82c0 commit 8f1f592
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 8f1f592

Please sign in to comment.