Jump to content

My humble tool for the js13kb contest


Paul-Andre
 Share

Recommended Posts

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...