From c4554cbf1e48a80fcceb5501d1b01b908823e6ff Mon Sep 17 00:00:00 2001 From: alpadev Date: Thu, 2 Jan 2014 22:18:23 +0100 Subject: [PATCH] adds: stylus test case --- Gruntfile.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 773a1c6..5321fa7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -66,6 +66,12 @@ module.exports = function (grunt) { css: 'test/out/less/icons36.less', map: 'test/out/img/icons36_less.png', output: 'less' + }, + icon36_stylus: { + src: ['test/out/img/icons36/*.png'], + css: 'test/out/stylus/icons36.styl', + map: 'test/out/img/icons36_stylus.png', + output: 'stylus' } } });