Paul-Andre Posted August 18, 2013 Share Posted August 18, 2013 Hello, I would like to share this little node.js script I made for automatically minimizing and compressing projects for the js13kb contest. https://github.com/Paul-Andre/js13kbCompressor All you have to do, once you installed the dependencies( npm install ), is to replace the contents of the "public" directory with your files, and to execute the script (nodejs compress.js). The script will minimize and compress your files, and it will tell you if your project is small enough! Currently it minimizes only .js and .css files, but you may add other extensions as well. This is nothing fancy and I'm sure there are tools specifically for this kind of stuff, but someone may find this useful anyway. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.