Added ace to gruntFile.js
This commit is contained in:
@@ -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/**']
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user