summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@mister-muffin.de>2017-06-16 12:36:01 +0200
committerJohannes 'josch' Schauer <josch@mister-muffin.de>2017-06-16 15:19:38 +0200
commita87c2e5fea52663f3d8bd39b9cd629dfe29c1149 (patch)
tree8fae4fc8e23e672442e1d4660c1821a57175ac7d /searx
parent3a7914ad4ceb919ebaca4b5525b74a982ea5bd28 (diff)
Load grunt tasks from system paths
Diffstat (limited to 'searx')
-rw-r--r--searx/static/themes/oscar/gruntfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/static/themes/oscar/gruntfile.js b/searx/static/themes/oscar/gruntfile.js
index de121ef..82e681b 100644
--- a/searx/static/themes/oscar/gruntfile.js
+++ b/searx/static/themes/oscar/gruntfile.js
@@ -75,8 +75,8 @@ module.exports = function(grunt) {
}
});
- grunt.loadNpmTasks('grunt-contrib-uglify');
- grunt.loadNpmTasks('grunt-contrib-concat');
+ grunt.loadNpmTasks('grunt-contrib-uglify', '/usr/lib/nodejs');
+ grunt.loadNpmTasks('grunt-contrib-concat', '/usr/lib/nodejs');
grunt.registerTask('default', ['concat', 'uglify']);