Skip to content

Commit 7a41b4a

Browse files
levno-710gitbook-bot
authored andcommitted
GitBook: [#18] No subject
1 parent 4752b7f commit 7a41b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/obfuscating-your-first-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ print("Hello, World")
2626
```
2727
{% endcode %}
2828

29-
As you can see, the file hasn't changed at all. That is because by default prometheus is just a minifier and the code we gave it was already as small as possible. To actually obfuscate the file, prometheus must be told which obfuscation steps it should apply in which order. In order to do this, the cli has the `--preset` option which allows you to specify the name of a predefined configuration. There are currently only two presets:
29+
As you can see, the file hasn't changed at all. That is because by default prometheus is just a minifier and the code we gave it was already as small as possible. To actually obfuscate the file, prometheus must be told which obfuscation steps it should apply in which order. In order to do this, the cli provides the `--preset` option which allows you to specify the name of a predefined configuration. There are currently only two presets:
3030

3131
* Minify
3232
* Strong

0 commit comments

Comments
 (0)