yeoman / generator-angular

Yeoman generator for AngularJS
http://yeoman.io
5.73k stars 1.44k forks source link

Regarding Obfuscating the code #1401

Closed prgwar closed 7 years ago

prgwar commented 7 years ago

I am using the yo generator for scaffolding the project, everything works like a charm when I build I am able to get the minified code in dist folder, I am using firebase for my so I will be putting all my business logic in client side though minification helps but all the contoller names,method names and factory names are exposed as string litreals, so please help me how to Obfuscate my js so that all string literals are replaced or else how can I secure my code .

sindresorhus commented 7 years ago

Use Stack Overflow for support questions.