1

I want to minify whole node js project into one file OR minified version of each file in my project. I know minifying node.js code wouldn't give me extra performance in server side rather I wanna do this to prevent theft of my code from server admin in which I am gonna host my web app. However regarding this I found following thread but its not helpful yet.

How to minify a node.js application? (Server side node.js, not client side javascript)

I haved used to browserify to minify client side code but when gonna minify node.js project it gives error of dependencies as I tried according to above thread.

Community
  • 1
  • 1
iamcrypticcoder
  • 2,609
  • 4
  • 27
  • 50
  • 1
    Possible duplicate of [node.js - Code Protection?](http://stackoverflow.com/questions/5951302/node-js-code-protection) – Rabea Mar 28 '16 at 16:09

0 Answers0