Lazarus

Programming => Networking and Web Programming => Topic started by: Prakash on November 27, 2022, 04:14:10 pm

Title: pas2js compress or minify js file
Post by: Prakash on November 27, 2022, 04:14:10 pm
how to compress or minify JavaScript in pas2js
Title: Re: pas2js compress or minify js file
Post by: Thaddy on November 27, 2022, 04:57:48 pm
strip whitespace and lineendings. Normally this is not necessary.
It is so easy to do that I am not even prepared to write you an example.
Title: Re: pas2js compress or minify js file
Post by: domasz on November 27, 2022, 05:22:36 pm
how to compress or minify JavaScript in pas2js
If you want to use it on a webserver then make sure the server is gzipping JS code on the fly or pre-gzip the code and make sure the HTTP headers are set correctly for it.
Title: Re: pas2js compress or minify js file
Post by: Prakash on November 27, 2022, 05:42:16 pm
code is visible to customer . We want to do the obfuscated javascript code .

we don't want to share the business logic or  any source code to anyone
Title: Re: pas2js compress or minify js file
Post by: Thaddy on November 27, 2022, 05:56:53 pm
Obfuscation is the worst kind of security. (none)
Anyway, for the dumb customer you can use Base64. But dumb programmers.....
No examples given because of sheer stupidity.

Although there should be some examples by others and me that may help you.
Or is the search button also obfuscated? :-X

Anyway, better than wasm it won't get.
Title: Re: pas2js compress or minify js file
Post by: korba812 on November 27, 2022, 06:24:20 pm
we don't want to share the business logic or  any source code to anyone
Keep business logic on server side.
Title: Re: pas2js compress or minify js file
Post by: Thaddy on November 27, 2022, 06:47:20 pm
Correct.
Title: Re: pas2js compress or minify js file
Post by: PierceNg on November 28, 2022, 03:20:45 am
how to compress or minify JavaScript in pas2js

The friendly wiki has a page for this.
TinyPortal © 2005-2018