diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-06-28 10:53:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-28 10:53:32 +0200 |
| commit | 30e4a2a2249547c59c1d0b5d5e443e093b311e68 (patch) | |
| tree | 69c817fd0f2186ddbd3f3b3c4e5e35394c8eaff2 /searx/static/themes/oscar/gruntfile.js | |
| parent | 7308709b8bfb9eaecaf66ec05c2965942b409c8e (diff) | |
| parent | d29094579b335f330a08156c814fcc5fb23f1856 (diff) | |
Merge pull request #174 from searxng/static_script
[mod] add make targets to manage the build files in the /searx/static directory
Diffstat (limited to 'searx/static/themes/oscar/gruntfile.js')
| -rw-r--r-- | searx/static/themes/oscar/gruntfile.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/static/themes/oscar/gruntfile.js b/searx/static/themes/oscar/gruntfile.js index f2673e3d1..d33c1b183 100644 --- a/searx/static/themes/oscar/gruntfile.js +++ b/searx/static/themes/oscar/gruntfile.js @@ -67,7 +67,6 @@ module.exports = function(grunt) { uglify: { options: { sourceMap: true, - banner: '/*! oscar/searx.min.js | <%= grunt.template.today("dd-mm-yyyy") %> | <%= process.env.GIT_URL %> */\n' }, dist: { files: { |