Commit 30576df27c4e7921a50d79094654154eaebbd240

Michael Crumm 2021-07-24T13:50:38

Clarify executable paths

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/README.md b/README.md
index 5215b26..1c5f660 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,9 @@ If you need additional load paths you may specify them:
 $ mix sass default assets/css/app.scss --load-path=assets/node_modules/bulma priv/static/assets/app.css
 ```
 
-The executable is kept at `_build/sass`.
+The executable may be kept at `_build/sass`. However in most cases
+running dart-sass requires two files: the portable Dart VM is kept at
+`_build/dart` and the Sass snapshot is kept at `_build/sass.snapshot`.
 
 ### Profiles