From e031a7b0de0b6fa4565a6d4e1cf8529a4a278caf Mon Sep 17 00:00:00 2001 From: Arno Roldao Junior Date: Thu, 23 Jun 2016 11:55:04 -0300 Subject: [PATCH] Description of module: SASS --- grunt-tasks/sass.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grunt-tasks/sass.js b/grunt-tasks/sass.js index 3aced1e1..3c659192 100644 --- a/grunt-tasks/sass.js +++ b/grunt-tasks/sass.js @@ -1,3 +1,5 @@ +// SASS compiler + 'use strict'; module.exports = function (grunt) { -- GitLab