Don't build lint source-map since its owned by another project

This commit is contained in:
Doug Haber
2014-01-14 18:31:13 -05:00
parent e2c1c13cc0
commit 0d06fd1932

View File

@@ -95,7 +95,7 @@ module.exports = function(grunt) {
files: {
src: [
'Gruntfile.js',
'lib/**/*.js'
'lib/less/**/*.js'
]
}
},