Commit 469cb81b authored by Tristan Cavelier's avatar Tristan Cavelier

complex_queries not built in a good order -> fixed

parent 24b3f363
......@@ -65,6 +65,8 @@ module.exports = function (grunt) {
'src/queries/parser-begin.js',
'src/queries/build/parser.js',
'src/queries/parser-end.js',
'src/queries/core/globals.js',
'src/queries/core/tools.js',
'src/queries/core/**/*.js',
'src/queries/end.js'
],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment