Closed tonymilne closed 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:
tasks/jade.js
// @TODO: Add config file here.
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.
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: