You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gifs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,4 @@ Our animated svgs are compose of scenarios built using [demo-magic](https://gith
12
12
2. Edit its content based on included tips.
13
13
3. Run `generate_gifs.sh better-error` to to (re)render svgs based on `better-error.sh` scenario
14
14
15
-
Gifs will be saved in `website/static/img` and `website/static/img/dark` directories based on name of the scenario (so `foo.sh` becomes `foo.svg`)
15
+
Gifs will be saved in `website/static/img/gifs` and `website/static/img/dark/gifs` directories based on name of the scenario (so `foo.sh` becomes `foo.svg`)
Scala CLI comes with batteries included. No additional installation is required, no more fluffing with setting up the correct Java version or <code>PATH</code>
@@ -53,7 +53,7 @@ const featuresList = [
53
53
</p>
54
54
</ImageBox>,
55
55
<ImageBox
56
-
image="defaults.svg"title="Solid defaults"
56
+
image="gifs/defaults.gif"title="Solid defaults"
57
57
key="defaults"education="true">
58
58
<p>
59
59
No additional configuration is needed to most Scala CLI commands.
Scala CLI does not use complex configuration language, its options are simple and self-explanatory
@@ -73,13 +73,13 @@ const featuresList = [
73
73
</p>
74
74
</ImageBox>,
75
75
<ImageBox
76
-
image="powerful_scripts.svg"title="Scripts are as powerful as other programs"key="scripts-as-apps"scripting="true">
76
+
image="gifs/powerful_scripts.gif"title="Scripts are as powerful as other programs"key="scripts-as-apps"scripting="true">
77
77
<p>
78
78
Scripts in Scala CLI can use dependencies and other features as standard Scala programs. Scala CLI is command-line first giving access to all its features without need for any configuration file or specific project structure.
With Scala CLI, configuration can be included in source code so complex examples can be self-contained and shipped as e.g. gist. Moreover, Scala CLI can compile, run and test gists without any manual work!
0 commit comments