diff options
author | silverwind <me@silverwind.io> | 2019-11-22 00:30:14 +0100 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-11-21 18:30:14 -0500 |
commit | 7bc8c6b1805546ee942a07680633fe57e8e45ef6 (patch) | |
tree | 67706da403199a0aff362d99aa199b281677debc /public/vendor/librejs.html | |
parent | f0aaffeedccaa7b338af6cf72cef77895513c9f1 (diff) | |
download | gitea-7bc8c6b1805546ee942a07680633fe57e8e45ef6.tar.gz gitea-7bc8c6b1805546ee942a07680633fe57e8e45ef6.zip |
move semantic.dropdown.custom.js to webpack (#9064)
* move semantic.dropdown.custom.js to webpack
Also disabled a annoying linter rule which insisted that imports can not
contain a file extension.
Fixes: https://github.com/go-gitea/gitea/issues/8971
* reorganize web_src files and rebuild
* restart ci
Diffstat (limited to 'public/vendor/librejs.html')
-rw-r--r-- | public/vendor/librejs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/vendor/librejs.html b/public/vendor/librejs.html index 320dbb69a3..eb3508cb96 100644 --- a/public/vendor/librejs.html +++ b/public/vendor/librejs.html @@ -31,9 +31,9 @@ <td><a href="https://github.com/Semantic-Org/Semantic-UI/archive/2.3.1.tar.gz">semantic-UI-2.3.1.tar.gz</a></td> </tr> <tr> - <td><a href="../js/semantic.dropdown.custom.js">semantic.dropdown.custom.js</a></td> + <td><a href="../js/index.js">semantic.dropdown</a></td> <td><a href="https://semantic-ui.mit-license.org/">Expat</a></td> - <td><a href="https://github.com/go-gitea/gitea/tree/master/public/js">semantic.dropdown.custom.js</a></td> + <td><a href="https://github.com/go-gitea/gitea/tree/master/web_src/vendor/semantic.dropdown">semantic.dropdown.custom.js</a></td> </tr> <tr> <td><a href="../js/index.js">index.js</a></td> |