inlight-media / www-foundation

0 stars 0 forks source link

Expose config to jade views. #3

Closed tonymilne closed 9 years ago

tonymilne commented 9 years ago

The jade templates currently do not have access to the variables defined in the config.json file.

This tasks/jade.js file needs updating, this issue will be addressed when the following line is resolved:

    // @TODO: Add config file here.
oliverbenns commented 9 years ago

This was fixed here, I just retested now and it's working well. Although we still don't currently have anything set up for different environments. I've created a new issue for this.