Now the string `%SITENAME%` can be replaced with a value stored in the `cssitegen.json` file of a project.
7 lines
99 B
JSON
7 lines
99 B
JSON
{
|
|
"Source" : "./src",
|
|
"Destination" : "./dst",
|
|
"BaseUrl" : null,
|
|
"SiteName" : "Example Town"
|
|
}
|