Search code examples
winjs

Do I need to minify my js file if i am doing winjs development?


Is it possible for someone to look at the javascript code of a winjs app? Is it recommended to minify the js code for a winjs application? any other best practices?

I found this link but it did not help much. It refers to a sticky post. I looked at the sticky posts but they appeared to be unrelated.


Solution

  • Minification is just one strategy you can employ, depending on your needs. I wrote about this and other options on my blog: http://www.kraigbrockschmidt.com/2013/04/04/protecting-your-code/.