diff options
author | bt <bt@web> | 2023-12-12 14:48:12 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-12-12 14:48:12 -0500 |
commit | 4ab15345785b12ea9bd0e087572b7c502f7271ad (patch) | |
tree | dc03c4682aadce2f0d170d536472a72a84a967e9 /posts | |
parent | 4bc9e545b1ea424c15a45759261c56c91bf1d49e (diff) |
Diffstat (limited to 'posts')
-rw-r--r-- | posts/basic-gulp-build-for-sass.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/basic-gulp-build-for-sass.md b/posts/basic-gulp-build-for-sass.md index 48fa014..c1824a4 100644 --- a/posts/basic-gulp-build-for-sass.md +++ b/posts/basic-gulp-build-for-sass.md @@ -1,6 +1,5 @@ -# Basic Gulp Build for Sass - -2019-01-15 +[[!meta title="Basic Gulp Build for Sass"]] +[[!meta date="2019-01-15"]] Some designers might shy away from build tools when first starting out and I can understand the reasoning - task runners like `gulp` and `grunt` can seem daunting at first. So, I've decided to showcase my go-to setup for `gulp` and explain what the heck it does step-by-step. |