Implement the template

This commit is contained in:
Joseph Garrone
2021-03-02 01:05:15 +01:00
parent f92488b80d
commit 292881532a
7 changed files with 364 additions and 216 deletions

View File

@ -45,7 +45,7 @@ export function generateFtlFilesCodeFactory(
return;
}
$(element).attr(attrName, "${url.resourcesPath}" + href);
$(element).attr(attrName, "${url.resourcesPath}/build" + href);
})
);