mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 00:45:43 -04:00
* Create grunt task to generate parsers from peg files * Leave comment * Move grunt config to config/
6 lines
100 B
JavaScript
6 lines
100 B
JavaScript
module.exports = {
|
|
peg: {
|
|
files: ['src/ui/public/kuery/ast/*.peg'],
|
|
tasks: ['peg']
|
|
}
|
|
};
|