mrjackdavis / grunt-msdeploy

GNU General Public License v2.0
3 stars 6 forks source link

Capabillity to pass multiple skip options. #12

Open acromm opened 8 years ago

acromm commented 8 years ago

In the past you couldn't pass more than on skip option. With this change you could pass options like this:

                skip:'objectName=dirPath,absolutePath=bin',
                skip2:'objectName=filePath,absolutePath=Web\.Config',