mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 18:42:33 +02:00
[fix] travis build : various fix about grunt builds
This commit is contained in:
parent
d0cebd6e77
commit
57dc6b625f
4 changed files with 36 additions and 21 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue