adm-dev-kit icon indicating copy to clipboard operation
adm-dev-kit copied to clipboard

JS and CSS relative to include path

Open eduarddotgg opened this issue 8 years ago • 0 comments

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"/>

eduarddotgg avatar Oct 12 '16 16:10 eduarddotgg