N
N
Nikita Kravchenko2016-09-16 14:43:10
JavaScript
Nikita Kravchenko, 2016-09-16 14:43:10

How to obfuscate coffee?

The essence of the problem is that I have a small bot. Which is launched by the command "coffee script.coffee"
Are there any ways to obfuscate the script, or what to do with it so that it is difficult to read.
I'm new to this business, or rather even lower =)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
yogurt1, 2016-09-16
@Kravchenko_n

# Компилируем:
coffee -bp script.coffee > script.js
# Минифифируем:
uglifyjs --compress --mangle script.js  -o > script.js

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question