Giter VIP home page Giter VIP logo

Comments (3)

cossssmin avatar cossssmin commented on September 28, 2024

Hmm could there be something in that component that is tripping up email-comb? (what we use for CSS purging)

Have you tested with just that component in isolation? If it still happens, there's definitely something email-comb doesn't like, we could try to identify the character/sequence and let the author know 👍

Btw, if your project has lots of components you'll love Maizzle 5, it's orders of magnitude faster in local dev when saving changes to a component ;)

from framework.

Frolipon avatar Frolipon commented on September 28, 2024

I don't think so.

If I have something like:

<component_a />
<component_b />
<component_c />
<component_d />

The problem will appear in the build file somewhere in the code of <component_d />

But if I write this:

<component_d />
<component_b />
<component_c />
<component_a />

then the problem will show in in the build file somewhere in the code of <component_a />

So I my best guess is that there is a point where there is too much characters and a line-break is inserted, but I could be wrong.

And about Maizzle 5, that's mean. Now I'm super excited about it and can't wait to try it 🤩

from framework.

cossssmin avatar cossssmin commented on September 28, 2024

Might be worth opening an issue with email-comb, though it's a pretty rare scenario so I wouldn't get my hopes up too high... nothing we can really do about it on our side, sorry.

from framework.

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.