# default:
# Default information about the manifest

version   : '0.1.0'

name:

    human : 'The Daily Telegraph'
    alias : 'thetelegraph'
    long  : 'DailyTelegraph'
    short : 'DT'

# host ( reserved )
# The host is a sites public facing URI

host: 'http://www.dailytelegraph{{env}}.com.au'

# domains ( reserved )
# Domains are used for resource / assets paths.

domains:

    cdn: 'http://{{env}}resources.newscdn.com.au'
    res: 'http://resources{{shard}}.news{{env}}.com.au'
    sub: 'http://subscription.news.com.au/landingpages/mastheadresources/pc'

# resources: ( reserved )
# A resource is a grouping of related assets

resources:

    social:
        assets:
            - '{{m.domains.cdn}}/cs/social/latest/css/base.css'
            - '{{m.domains.cdn}}/cs/social/latest/js/main.min.js'

    metered:
        assets:
            - '{{m.domains.cdn}}/cs/metered/current/deployBucketA/themes/default/css/metered.css'
            - '{{m.domains.sub}}/{{m.name.long|lowercase}}_metered/1/js/{{m.name.short|lowercase}}-mm-config.js'
            - '{{m.domains.cdn}}/cs/metered/current/deployBucketA/js/metered.min.js'

# route: ( reserved )
# If a route matches a requested path then an asset dependency tree
# is assembled which details the CSS, JS and any meta tags required

routes:

    config:
        assets:
            - '{{m.domains.cdn}}/cs/frameworks/prefab/latest/public/css/site/{{m.name.alias}}/v2/base-combined.css'
            - '{{m.domains.cdn}}/cs/frameworks/prefab/latest/public/css/site/{{m.name.alias}}/v2/homepage.css'
