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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,9 @@ Develop the project on your own by cloning it with the following command line.
132
132
git clone https://github.com/anonyco/FastestSmallestTextEncoderDecoder.git;cd FastestSmallestTextEncoderDecoder; npm run install-dev
133
133
```
134
134
135
-
Now that it is cloned, edit the files as you see fit. Now that the files have been edited, run the following in order to build the project.
135
+
Emphasize the `npm run install-dev` which downloads `closure-compiler.jar` into the repository for minifying the files.
136
+
137
+
Now that the repository is cloned, edit the files as you see fit. Now that the files have been edited, run the following in order to build the project.
0 commit comments