12
tahnik
8y

Just created a custom html, css, js bundler to bundle all my files and minify it to a single file.

Development will be a breeze right now.

Comments
  • 1
  • 0
    i imagine you used node packages to get the job done?

    if so make sure to create a shrinkwrap file to lock the current versions.

    in my case a minor update to some dependencies introduced some bugs and everything broke untill they fixed them :(
Add Comment