Problem/Motivation

getting-started.md:

yarn run watchScss

The result is:

yarn run watchScss
yarn run v1.22.10
error Command "watchScss" not found.

Proposed resolution

yarn run watch:theme

Thanks

CommentFileSizeAuthor
#3 3175496-3.patch338 bytesPooja Ganjage

Comments

hstrindb created an issue. See original summary.

niklan’s picture

Yeah, doing some research and this looks like I forget to update the info. Can you provide the patch?

Pooja Ganjage’s picture

StatusFileSize
new338 bytes

Hi,

I am creating a patch for this issue.

Please review the patch.

Thanks.

Pooja Ganjage’s picture

Status: Active » Needs review

  • Niklan committed e694c3c on 8.x-1.x authored by Pooja Ganjage
    Issue #3175496 by Pooja Ganjage, hstrindb: Wrong yarn command in Getting...
niklan’s picture

Status: Needs review » Fixed

Thank you!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

hs@henrikstrindberg.se’s picture

The right yarn command is yarn watch:css and not yarn watch:theme as is written in the documentation.

gulp watchCss also works.

Sorry for this, I must have mislead you.

niklan’s picture

@hstrindb the docs will be updated later. I want to improve the compilation process to make it more decoupled and easy to re-use modify, it's also will require update docs a bit.