Show More
@@ -65,6 +65,18 b' run::' | |||
|
65 | 65 | nix-env -i nix-prefetch-git |
|
66 | 66 | |
|
67 | 67 | |
|
68 | Speed up JS build by installing PhantomJS | |
|
69 | ----------------------------------------- | |
|
70 | ||
|
71 | PhantomJS will be downloaded each time nix-shell is invoked. To speed this by | |
|
72 | setting already downloaded version do this:: | |
|
73 | ||
|
74 | nix-env -i phantomjs-2.1.1 | |
|
75 | ||
|
76 | # and set nix bin path | |
|
77 | export PATH=$PATH:~/.nix-profile/bin | |
|
78 | ||
|
79 | ||
|
68 | 80 | Clone the required repositories |
|
69 | 81 | ------------------------------- |
|
70 | 82 |
General Comments 0
You need to be logged in to leave comments.
Login now