We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3fab6 commit 8efadb7Copy full SHA for 8efadb7
README.md
@@ -33,8 +33,7 @@ Get dependencies
33
34
Compile
35
36
- mix std_lib
37
- mix compile
+ mix do std_lib, clean, compile
38
39
Test
40
@@ -46,6 +45,12 @@ Build
46
45
=============
47
MIX_ENV=prod mix do clean, compile, std_lib, dist
48
+ This will build a tarball in the dist folder.
49
+ By default the escript built will look into the folder above it for the
50
+ core JavaScript files needed for ElixirScript. To change the location,
51
+ update the `lib_path` config variable in the `:elixir_script` config block
52
+ to the path to look in and then do a clean build.
53
+
54
Contributing
55
========
56
0 commit comments