]> source.dussan.org Git - gitea.git/commit
move semantic.dropdown.custom.js to webpack (#9064)
authorsilverwind <me@silverwind.io>
Thu, 21 Nov 2019 23:30:14 +0000 (00:30 +0100)
committertechknowlogick <techknowlogick@gitea.io>
Thu, 21 Nov 2019 23:30:14 +0000 (18:30 -0500)
commit7bc8c6b1805546ee942a07680633fe57e8e45ef6
tree67706da403199a0aff362d99aa199b281677debc
parentf0aaffeedccaa7b338af6cf72cef77895513c9f1
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
18 files changed:
.eslintignore
.eslintrc
public/js/gitgraph.js
public/js/gitgraph.js.map
public/js/index.js
public/js/index.js.map
public/js/semantic.dropdown.custom.js [deleted file]
public/vendor/librejs.html
templates/base/footer.tmpl
templates/pwa/serviceworker_js.tmpl
web_src/css/gitGraph.css [new file with mode: 0644]
web_src/js/gitGraph.js
web_src/js/gitGraphLoader.js [new file with mode: 0644]
web_src/js/index.js
web_src/js/semanticDropdown.js [new file with mode: 0644]
web_src/vendor/gitgraph.js/LICENSE [deleted file]
web_src/vendor/gitgraph.js/gitgraph.custom.css [deleted file]
web_src/vendor/gitgraph.js/gitgraph.custom.js [deleted file]