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
> ⚠️ for now Supported Node version is 16+ (Probably 14, but 12 is not working)
6
6
7
+
Works on on 🪟Windows WSL 2 🐧Ubuntu 🍏Mac
7
8
## Build performance
8
9
9
10
🪧 Scriptimate uses `/tmp` to store build cache, so to improve build speed even more, make sure `/tmp` is mounted on RAM in `/etc/fstab`
10
11
11
-
> ⚠️ If you made changes out of project sources (e.g. updated sytem font and re-built video), and see there are no updates in results, please use no cache parameter (`-nc`)
12
-
13
12
```
14
13
tmpfs /tmp tmpfs nosuid,nodev,noatime 0 0
15
14
```
16
15
17
16
18
-
## Typical example
17
+
> ⚠️ If you made changes out of project sources (e.g. updated sytem font and re-built video), and see there are no updates in results, please use no cache parameter (`-nc`)
0 commit comments