If one have done some hard work and do not want anyone else to copy it, for example javascript, css, html. Is there a way?
I heard javascript can be obfuscated ( reffering to How can I obfuscate (protect) JavaScript? ) .
Theres no point in doing that for just html as SEO (search engine optimization ) would be effected.
How to do that for .css files though? Its very important for me.
What are the ways to make it harder? (other than just renaming variables/styles to bogus ones) is there a way to include all the css and html into a javascript and then obfuscate the javascript? Thank You.