Skip to content

Version 1.0.0 Release

Compare
Choose a tag to compare
@justinhartman justinhartman released this 13 May 23:28
· 12 commits to master since this release

Grab everything you need from the /dist/ folder. All other files support the creation of the files in this folder. Each of the following has taken place:

  • HTML was minified but JavaScript is still unminified.
  • CSS has been minified although I am unclear what the advantage has been. (?)

If you're insterested, there is a script that does the minification from source. This file is contained in src/scripts/minify. Simply run that file and it will:

  • Delete the /dist/css/ folder.
  • Delete all the error pages (rm -f ../dist/*.html).
  • Recreate the /dist/css/ folder.
  • Minify the HTML for all files in the /src/ directory.
  • Minify the CSS for all the files in /src/css/ directory.
  • Output the HTML and CSS to the /dist/ folder.