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' } } });