Git Product home page Git Product logo

Comments (5)

alfetopito avatar alfetopito commented on August 22, 2024

By the way, here is the log from $ chef serve
http://dpaste.com/0XQQM2Y.txt

from piecrust2.

ludovicchabant avatar ludovicchabant commented on August 22, 2024

Ah, very interesting... so I don't know if this has always been the case but it looks like lessc won't output anything if the input file is empty, or has all empty rules... which is why PieCrust can't find the output map file. You can safely ignore the error and continue with pasting the CSS code and it should catch it.

Thanks for reporting though! And while trying to repro, I ran into 2 other bugs :( I guess I know what I'll be doing this week-end when I have free time :)

from piecrust2.

alfetopito avatar alfetopito commented on August 22, 2024

You are welcome, and I'm sorry hehe.

Anyway, even after filling up the .less file I get the error.
Couldn't it be that the base map file isn't being created?
I'm not familiar with lessc, so I'm not sure what should be the expected output. Tried to look through https://github.com/ludovicchabant/PieCrust2/blob/master/piecrust%2Fprocessing%2Fless.py but I am of no help here.

Never mind the above paragraph, I left it there for reference of my own mistake.

Just tried a little harder and guess I know what the problem is.
I have no previous frontend experience, so I wasn't aware I had to have lessc installed when I begun (didn't find that mentioned in the tutorial), thus when I figured out it was needed, I apt-get installed it.
This time I tried to install it the proper way, using npm.
Now less is installed locally and I pointed to it on the config file:

less:
  bin: node_modules/.bin/lessc

And when I serve, I get no errors.

So that's it. The error was happening because I was using a system package manager's version which probably is very outdated.

I would just suggest you add a side note in the tutorial regarding given requirement, because another clueless person (like me =P) might also not be aware lessc should be installed.

from piecrust2.

ludovicchabant avatar ludovicchabant commented on August 22, 2024

Yeah the tutorial is not very complete in that regard. Maybe I'll change it to use a normal CSS file instead of a LessCSS one (so there's no need to install something).

from piecrust2.

ludovicchabant avatar ludovicchabant commented on August 22, 2024

FYI I changed the tutorial to use standard CSS so people don't need to install Less if they don't have it. I also fixed the bug where an previously non-existing assets folder wasn't detected if you create it while chef serve is running. Now it will pick it up if it appears. And last, if config.yml changes, the background pipeline will also reload it.

from piecrust2.

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.