Git Product home page Git Product logo

Comments (4)

straker avatar straker commented on September 13, 2024

Thanks for the compliments. Glad you have been enjoying the project.

@doc should be supported, so the error is definitely a problem. I'll take a look into this later tonight and see if I can find the issue. Thanks for reporting on it.

from livingcss.

straker avatar straker commented on September 13, 2024

So I'm not able to reproduce this issue on my end. I can complete the gulp task and output the page.

image

Does your error message have a stack track to go along with it? Maybe I can look at that line and see what might be causing something.

from livingcss.

ryanwalters avatar ryanwalters commented on September 13, 2024

Unfortunately, I didn't see a stack trace in the console. Only this (unhelpful) line:

UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): [object Object]

The only difference I see between your output and ours is that we don't have a real "index" page, since we don't want it to show up in the navigation. Our index.html was manually created and redirects to atoms.html. Any chance that would cause an issue?

from livingcss.

ryanwalters avatar ryanwalters commented on September 13, 2024

I think I figured out what was going on. It looks like tags.js is blowing up when it tries to read the markdown file because it's looking in the "wrong" location.

It's trying to read ./dist/button.md rather than ./src/atoms/button.md. Probably because I'm building the ./dist/compiled.css before running livingcss, so the path is relative to ./dist rather than ./src.

I'll take a look at #5, hopefully the solution is in there somewhere. Closing for now, thanks!

from livingcss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.