Coder Social home page Coder Social logo

Comments (1)

seiz avatar seiz commented on September 18, 2024

Hi,
short of parsing all .less files to find out about their import relationship (and the possibly ignoring them, when a change is saved), i wouldn't know how to solve this. I am afraid, this is out of scope for a hoppy-project (used to solve my own itch) like this.

CodeKit parses the file to know their relationships and then ignores the included files and doesn't compile them on save but instead compiles the file which imports them. That would be very complicated (if possible at all) in an extension like this.

I guess, you could change the extension of your included files to e.g. ".inc", so they don't get compiled on save (which is not necessary at all. But that would of course not cause main.less to get recompiled if header.less changes. It's probably best to continue using CodeKit (which i love too) for this.

Sorry i can't help you more. If anyone has any ideas on how to solve something like this, i am all ears.

from novaless.

Related Issues (7)

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.