Ignore shared/vendor in lint task

This commit is contained in:
Ricardo Tomasi 2013-07-24 00:25:08 -03:00 committed by ErisDS
parent 814a3d66b7
commit 56448b4ea4

View File

@ -84,7 +84,10 @@ var path = require('path'),
src: [
"core/shared/**/*.js"
]
}
},
exclude: [
"core/shared/vendor/**/*.js"
]
}
},