diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2019-12-10 18:10:33 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2019-12-10 18:10:33 +0100 |
commit | 2a5c39e33c3306ca17e09211fbf5a0f785cb10c8 (patch) | |
tree | 470d66adf90ee9d73bd096f39235fa70d4a261b0 /searx/static/themes/oscar/gruntfile.js | |
parent | 9988cdcbc514f799c5a2d2a111c82b8a123bbae3 (diff) | |
download | searxng-2a5c39e33c3306ca17e09211fbf5a0f785cb10c8.tar.gz searxng-2a5c39e33c3306ca17e09211fbf5a0f785cb10c8.zip |
theme: oscar - tidy up trailing whitespaces and tab usage
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/static/themes/oscar/gruntfile.js')
-rw-r--r-- | searx/static/themes/oscar/gruntfile.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/searx/static/themes/oscar/gruntfile.js b/searx/static/themes/oscar/gruntfile.js index 591399449..def035dba 100644 --- a/searx/static/themes/oscar/gruntfile.js +++ b/searx/static/themes/oscar/gruntfile.js @@ -24,7 +24,7 @@ module.exports = function(grunt) { jshint: { files: ['gruntfile.js', 'js/searx_src/*.js'], options: { - reporterOutput: "", + reporterOutput: "", // options here to override JSHint defaults globals: { jQuery: true, @@ -55,7 +55,7 @@ module.exports = function(grunt) { "css/logicodev-dark.min.css": "less/logicodev-dark/oscar.less"} }, /* - // built with ./manage.sh styles + // built with ./manage.sh styles bootstrap: { options: { paths: ["less/bootstrap"], @@ -90,7 +90,7 @@ module.exports = function(grunt) { grunt.registerTask('test', ['jshint']); grunt.registerTask('default', ['jshint', 'concat', 'uglify', 'less']); - + grunt.registerTask('styles', ['less']); }; |