Skip to content

Commit 8efadb7

Browse files
committed
Updated Build section of README with information on how to change lib path
1 parent 1d3fab6 commit 8efadb7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ Get dependencies
3333

3434
Compile
3535

36-
mix std_lib
37-
mix compile
36+
mix do std_lib, clean, compile
3837

3938
Test
4039

@@ -46,6 +45,12 @@ Build
4645
=============
4746
MIX_ENV=prod mix do clean, compile, std_lib, dist
4847

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+
4954
Contributing
5055
========
5156

0 commit comments

Comments
 (0)