aigis-styleguide / aigis

CSS Styleguide Generator

Home Page:http://aigis-styleguide.github.io/aigis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

relative path to the src files

DirtyCheck opened this issue Β· comments

Hi,

I've have tried to generate style guide with builtin "init" or even from the node-aigis examples folder, but everytime I got the wrong relative path in any sub-folder of components.
\node_modules.bin\styleguide\category\module\button\index.html
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link href="../aigis_assets/css/highlight/monokai.css" rel="stylesheet">
<link href="../aigis_assets/css/theme.css" rel="stylesheet">
<link href="../css/style.css" rel="stylesheet">
</head>
but should be <link href="../../../css/style.css" rel="stylesheet"> for example

Precondition: Everything out of the box, according to the docs - Windows 10

i had the same issue, you can check my PR. i hope it'll be merged soon)

Hi,

I have the same issue. the root var seems to be be wrong.

Now, #81 was merged. Then this problem was solved πŸŽ‰ Please update node-aigis to 1.1.5 πŸ™

Sorry for response delay πŸ™‡ We prepared Windows environment that took a lot of time πŸ˜‚
From now on, we will increase Windows compatibility πŸ™†

Thanks! Appreciate your time!