Skip to content

Commit

Permalink
adds: stylus test case
Browse files Browse the repository at this point in the history
  • Loading branch information
alpadev committed Jan 2, 2014
1 parent 8d35524 commit c4554cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
});
Expand Down

0 comments on commit c4554cb

Please sign in to comment.