adm-dev-kit
adm-dev-kit copied to clipboard
JS and CSS relative to include path
Currently to parse JS or css path should start from root folder no matter where JS or css is, something like this:
<link href="hello-world/hello-world.css"/>
where first hello-world is folder name where current css file is
It would be much easier to use something like this:
<link href="hello-world.css"/>