Skip to content

Commit

Permalink
added - task's descrption.
Browse files Browse the repository at this point in the history
  • Loading branch information
AtuyL committed Oct 29, 2013
1 parent c5c9095 commit 2d79ee2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/stylsprite.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = (grunt)->
lib.writeJSON jsonData
callback error

grunt.registerMultiTask 'stylsprite',"wait a minute.",->
grunt.registerMultiTask 'stylsprite',"Generate css sprite image for stylus.",->
done = do @async
options = @options
padding:2
Expand All @@ -84,7 +84,6 @@ module.exports = (grunt)->

tasks = []
for task in @files then do (task)->
dest = null
if not hasDestDir and lib.REG.image.test task.dest
dest = task.dest
images = []
Expand Down

0 comments on commit 2d79ee2

Please sign in to comment.