From 3b754e4c5ace669f91d08fe8fcb8e1460f995ba0 Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Thu, 7 Jan 2016 16:34:53 -0600 Subject: [PATCH] add dist-sass to dist task --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 7b0c3b02..8d2fa6cf 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -633,6 +633,7 @@ module.exports = function (grunt) { "bootlint", "dist-less", + "dist-sass", "dist-js", "dist-fonts", "dist-sass"