Include SQL patches in dist.

This commit is contained in:
baldo 2016-06-21 16:16:06 +02:00
parent 792a8ba600
commit 7b8932f374

View file

@ -355,6 +355,7 @@ module.exports = function (grunt) {
src: [ src: [
'{,**/}*.html', '{,**/}*.html',
'{,**/}*.js', '{,**/}*.js',
'{,**/}*.sql',
'{,**/}*.txt' '{,**/}*.txt'
] ]
}, },