Giter Club home page Giter Club logo

Comments (3)

sleepdeprecation avatar sleepdeprecation commented on August 20, 2024

There is no implementation of either. You have to compile it yourself.

If you're looking for a set of command line tools for mynt, I've put together a collection of tasks specifically for mynt (though, they're based on my own setup), https://github.com/dkuntz2/mynt-tasks.

from mynt.

uhnomoli avatar uhnomoli commented on August 20, 2024

As said already, mynt will not automatically compile your SASS or LESS files. It is quite easy to use them alongside mynt's watch command however.

For example, in the default theme, SASS files are kept in an ignored folder (_assets/css/_sass). When changes are made to the raw SASS files it won't trigger mynt's watcher to regenerate. However, if you run SASS's watcher alongside mynt's, when SASS detects a change it will regenerate and output into _assets/css/ which mynt's watcher will detect and in turn regenerate with the updated CSS.

For the time being, although a bit inconvenient, I've opted to keep this system. It essentially makes mynt compatible with all preprocessors and doesn't limit the functionality of those preprocessors as you're using them directly versus via a proxy of sorts.

With that said, I'm going to close this ticket. If you have any questions however, feel free to comment further and I'll do my best to answer them.

from mynt.

lawik avatar lawik commented on August 20, 2024

Thanks. Then I know :)

from mynt.

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.