Giter Club home page Giter Club logo

Comments (3)

pascalduez avatar pascalduez commented on June 7, 2024

Hi @flesage-000,

the .sass syntax support is provided by https://github.com/SassDoc/sass-convert which:

  1. Is deprecated, we don't want nor have time to maintain that kind of thing.
  2. Is only available for Ruby Sass, not Dart Sass. (I don't think there was alternatives to Ruby Sass sass-convert provided after).

from sassdoc.

flesage-000 avatar flesage-000 commented on June 7, 2024

Hi @pascalduez ,

Thanks for the answer.

I don't really undertsand, I saw sass-convert was unmaintained. i tried to install it, i don't remember what happened, just i uninstall it fastly cause it don't work (as expected).

I tried to uninstall to reinstall using

  • npm uninstall sass -g (sass folder stay in 'node_modules folder oO) and npm uninstall sassdoc -g (sassdoc folder removed from 'node-modules' folder)
  • Launch my project with ng serve -o, and surprise it worls oO (but ok let' continue)
    • My styles works fine, class are combines as well...
    • Is it cause when i create project i used 'sass' option ??
  • Check version of sass -v and sassdoc -v,
    • Commands not exists.
  • I reinstall globally sass (node js cli part) and sassdoc (using this)
  • run sassdoc ./src/assets/styles/ --config ./src/sassdoc_config.json
    • and receive ยป [ERROR] Could not find any executable for "sass-convert". Operation Aborted.

I don't see what i'm doing wrong :/, probably cause the project was created with sass option.

Thanks.

from sassdoc.

pascalduez avatar pascalduez commented on June 7, 2024

You shouldn't have to install sass-convert (npm package) independently, it's already a dependency of sassdoc.
What you really need for it to work, is the Ruby Sass (unmaintained) sass-convert executable in your path, installed with the various Ruby install methods, bundler or else.

The sass package on npm is the Dart version of Sass, and don't provide a sass-convert binary, so won't work.

from sassdoc.

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.