From 230d032314bf181046b8175a82277520720c752c Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Wed, 20 Jan 2016 11:38:11 +0100
Subject: [PATCH] Grunt: check modified JS files generated by JSCC

---
 Gruntfile.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Gruntfile.js b/Gruntfile.js
index 1bd3958..e993249 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -239,6 +239,7 @@ module.exports = function (grunt) {
           '<%= jslint.jio_storages.src %>',
           '<%= jslint.tests.src %>',
           '<%= jslint.queries.src %>',
+          '<%= concat.jio.src %>',
           '<%= qunit.files %>',
           'test/**/*.js',
           'examples/*'
-- 
2.30.9