commit | 8bcb354a5178c774f109a150e67acd3feb56c483 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Thu Oct 01 21:43:30 2020 +0200 |
committer | Akron <nils@diewald-online.de> | Thu Oct 01 21:43:30 2020 +0200 |
tree | 9dff2c7eeeb2e5b4b98193a815bb8035d95dd3c3 | |
parent | fcf89db1874bdeb4732b7e8cd0d8a1cf0a62a933 [diff] |
Fix js plugin name Change-Id: Ifc404696eb5ab1ef1688b494fd3f1697cd8a7403
diff --git a/Gruntfile.js b/Gruntfile.js index 0b98b75..e726844 100644 --- a/Gruntfile.js +++ b/Gruntfile.js
@@ -145,7 +145,7 @@ }, { src: 'public/js/korap-plugin-<%= pkg.pluginVersion %>.js', - dest: 'public/js/kalamar-plugin-latest.js', + dest: 'public/js/korap-plugin-latest.js', timestamp: true } ]