From 57dc6b625f85a39f722727b2fd107a64637a8bb9 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sun, 13 Aug 2017 12:17:26 +0200 Subject: [fix] travis build : various fix about grunt builds --- searx/static/themes/oscar/gruntfile.js | 4 ++++ searx/static/themes/simple/gruntfile.js | 1 + 2 files changed, 5 insertions(+) (limited to 'searx') diff --git a/searx/static/themes/oscar/gruntfile.js b/searx/static/themes/oscar/gruntfile.js index 59d1b6d96..625f5164d 100644 --- a/searx/static/themes/oscar/gruntfile.js +++ b/searx/static/themes/oscar/gruntfile.js @@ -24,6 +24,7 @@ module.exports = function(grunt) { jshint: { files: ['gruntfile.js', 'js/searx_src/*.js'], options: { + reporterOutput: "", // options here to override JSHint defaults globals: { jQuery: true, @@ -51,6 +52,8 @@ module.exports = function(grunt) { files: {"css/pointhi.min.css": "less/pointhi/oscar.less", "css/logicodev.min.css": "less/logicodev/oscar.less"} }, + /* + // built with ./manage.sh styles bootstrap: { options: { paths: ["less/bootstrap"], @@ -58,6 +61,7 @@ module.exports = function(grunt) { }, files: {"css/bootstrap.min.css": "less/bootstrap/bootstrap.less"} }, + */ }, watch: { scripts: { diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js index 288ab6633..1a3e00d3d 100644 --- a/searx/static/themes/simple/gruntfile.js +++ b/searx/static/themes/simple/gruntfile.js @@ -34,6 +34,7 @@ module.exports = function(grunt) { jshint: { files: ['js/searx_src/*.js'], options: { + reporterOutput: "", proto: true, // options here to override JSHint defaults globals: { -- cgit v1.2.3-54-g00ecf