lsongdev / kelp-static

serve static files for kelp and express
https://npmjs.org/express-static
Other
2 stars 8 forks source link

Added a Javascript Obfuscator #2

Closed thallosaurus closed 3 years ago

thallosaurus commented 3 years ago

Hey!

I needed an Express Middleware which automatically obfuscates static .js files and serves them to the client and I couldn't find any npm packages so I forked your project.

Changes are:

I tested it thorougly and everything works.

(Did I pull-request this correctly? I've never done this before)