mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Update with-sass-cli.html
Using flag option "source-map" results in error using sass --version 1.43.3 Expected: "Watch" and "Build" process of sass to run without errors. What Actually Happens: The console throws an error: flag option "source-map" should not be given a value. Solution: When running the command for "Watch" and "Build" remove the flag option "source-map"
This commit is contained in:
parent
f836eba12e
commit
b121a5bf3a
@ -64,11 +64,11 @@ Sass 3.5.3 (Bleeding Edge)
|
|||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
{% capture build_sass %}
|
{% capture build_sass %}
|
||||||
sass --sourcemap=none sass/mystyles.scss:css/mystyles.css
|
sass sass/mystyles.scss:css/mystyles.css
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
{% capture watch_sass %}
|
{% capture watch_sass %}
|
||||||
sass --watch --sourcemap=none sass/mystyles.scss:css/mystyles.css
|
sass --watch sass/mystyles.scss:css/mystyles.css
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
{% capture step_5 %}
|
{% capture step_5 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user