Posts tagged with “netlify“ (3)

  1. How to see console.log errors in the deploy log on Netlify

    I was making an async shortcode in eleventy. I needed to see the errors that were logged via console.log() in the deploy log.

  2. Minify and bundle HTML, CSS, and JS as part of your Netlify deployment

    A convenience offered by Netlify is running tasks such as optimizing assets during and after a build. Let’s set this up with a configuration file.

  3. Align Git and GitHub on default branch name - master vs main

    GitHub and other Git hosting platforms changed the default initial branch name to main from master. However, Git did not! How can we align them?