summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/gruntfile.js
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2017-08-13 12:17:26 +0200
committerAlexandre Flament <alex@al-f.net>2017-08-13 13:41:59 +0200
commit57dc6b625f85a39f722727b2fd107a64637a8bb9 (patch)
tree2c6f96136961cdf69a83a828d83114ffd4a120dc /searx/static/themes/oscar/gruntfile.js
parentd0cebd6e7787c086fce138b177d4db48eb8e1c96 (diff)
downloadsearxng-57dc6b625f85a39f722727b2fd107a64637a8bb9.tar.gz
searxng-57dc6b625f85a39f722727b2fd107a64637a8bb9.zip
[fix] travis build : various fix about grunt builds
Diffstat (limited to 'searx/static/themes/oscar/gruntfile.js')
-rw-r--r--searx/static/themes/oscar/gruntfile.js4
1 files changed, 4 insertions, 0 deletions
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: {