Added ace to gruntFile.js

This commit is contained in:
hemraker
2016-06-13 13:08:33 +02:00
parent 8a66943f4a
commit a3614fee0d

View File

@@ -394,7 +394,7 @@ module.exports = function (grunt) {
tutorials: {
src: [],
title: ''
}
}
},
eslint:{
@@ -519,7 +519,10 @@ module.exports = function (grunt) {
'addon/selection/*',
'addon/dialog/*'
]
}
},
'ace-builds': {
files: ['src-min-noconflict/**']
}
}
}
},