Releases: harvanchik/tailwind-template
v1.2.5 (Tailwind, CSSNano, & GulpRevRewrite Updates)
Updated TailwindCSS from 2.2.6 to 2.2.7.
Updated CSSNano from 5.0.7 to 5.0.8.
Updated GulpRevRewrite from 4.0.0 to 5.0.0.
v1.2.4 (Updated Gulp SVG Min)
Updated the version of gulp-svgmin from v3.0 to v4.0.1.
v1.2.3 (Updated TailwindCSS)
v1.2.2 (TailwindCSS Update)
v1.2.1 (Image Optimizations w/ Gulp)
I added a pipe in the gulp task that copies over the images to also optimize the images as well. This package is gulp-image.
I also updated the README.md to include updated information about changes in the previous release.
v1.2.0 (TailwindCSS Update & Better CLI)
In this update, I have updated TailwindCSS to v2.2.0. There are tons of new features in this release, so check that out.
They also vastly improved their CLI, so I have ditched using PostCSS CLI in favor of Tailwind's CLI. Internally, it still uses PostCSS and Autoprefixer; however, these dependencies are no longer required in this project.
I will be releasing an update soon that will add some features to the gulp task.
v1.1.1 (HTML Title & Viewport Meta Tag)
I updated the HTML document title from Document
to TailwindCSS Static Site Template
. In the viewport meta tag, I included viewport-fit=cover
so that the display works on iPhone/mobile screens.
v1.1.0 (Added Missing Folder Structure)
Unbeknownst to me, the repository was missing the folder structure in the assets folder which would force the user to assume the structure and names of the folders to allow Gulp to work properly. Yes, you could just look in the gulpfile.js for the folder names, but the point of this template is to make project setup minimal if not completely absent. In order to have these empty folders revisioned by Git, they must contain at least one file, so I added a .gitignore file in each asset folder. You can simply delete, hide, or ignore these files after cloning the repository.
I also made a slight change to the JavaScript minify task in Gulp. It will now convert double quotes to single quotes when applicable.
The NPM script prod
will now run PostCSS in "verbose" mode. This simply outputs some extra information in the terminal while it executes. It doesn't hurt to have more information there.
v1.0.2 (Updated Readme)
I fixed some typos, reworded some things to sound more concise, and linked helpful images in the README.md
.
v1.0.1 (TailwindCSS Plugin Update)
Updated the @tailwindcss/forms version from v0.3.2 to v0.3.3.