In article:
SCSS and Sass
https://docs.joomla.org/J4.x:SCSS_and_Sass
Chapter:
#How to re-generate the CSS style sheets
We are invited to run:
node build --compile-css
However, in package.json, we have:
node build/build.js --compile-css
which is the correct command (the one that works).
This one works too:
npm run build:css
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
npm run build:css
This one is correct as it is also written in https://docs.joomla.org/J4.x:Setting_Up_Your_Local_Environment while setting up the project locally.
@ghazal the docs in this repo should be correct: https://github.com/joomla/joomla-cms/tree/4.0-dev/build You can update the Wikimedia docs using the info in this PR
Hello sir , where is the exact location of wikimedia docs ?
Also sir, I am beginner.
Can you tell me about some beginner friendly issues so that i can start contributing?
I have changed the documentation from node build --compile-css to npm run build:css
please verify.
Tks
Labels |
Added:
Information Required
|
Sorry. Closing.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-12-10 08:31:51 |
Closed_By | ⇒ | ghazal |
@ghazal the docs in this repo should be correct: https://github.com/joomla/joomla-cms/tree/4.0-dev/build You can update the Wikimedia docs using the info in this PR