From 7b8932f374fc0c32d18977db6617cf1628b138da Mon Sep 17 00:00:00 2001 From: baldo Date: Tue, 21 Jun 2016 16:16:06 +0200 Subject: [PATCH] Include SQL patches in dist. --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 095812e..5b571c8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -355,6 +355,7 @@ module.exports = function (grunt) { src: [ '{,**/}*.html', '{,**/}*.js', + '{,**/}*.sql', '{,**/}*.txt' ] },