CSSInDepth/css-in-depth

10.1.4: Creating an overview page for the pattern library

karlakz opened this issue · 0 comments

Hi everyone!

Running npm run build command after adding "css/homepage.md" file with content as indicated in the book still returns "WARNING: no homepage content found in homepage.md."

However, when I add "homepage.md" file to the root directory, kss generates a new "docs/index.html" file, which works perfectly on the browser. Does it depend on the version of the kss? In my case, it is :

"devDependencies": {
    "kss": "^3.1.0"
  }

which differs from

"devDependencies": {
    "kss": "^3.0.0-beta.14"
  }