diff options
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. |