]> source.dussan.org Git - gitea.git/commit
Move index.js to web_src and use webpack to pack them (#8598)
authorLunny Xiao <xiaolunwen@gmail.com>
Wed, 13 Nov 2019 14:52:13 +0000 (22:52 +0800)
committerAntoine GIRARD <sapk@users.noreply.github.com>
Wed, 13 Nov 2019 14:52:13 +0000 (15:52 +0100)
commitafe50873a5d6b52177b0cd6bc9d2657faf82f311
tree0d9fb3ef4d4ba5739c52f2fcb38ad96263346f08
parent71395dffd0db0c53353e4b0cf0d687ece0032597
Move index.js to web_src and use webpack to pack them (#8598)

* Move index.js to web_src and use webpack

* Fix initHeatMap

* update eslint and move webpack to devDependencies

* update index.js

* add eslint env node
12 files changed:
.eslintrc
Makefile
package-lock.json
package.json
public/js/index.js
public/js/index.js.map [new file with mode: 0644]
templates/base/footer.tmpl
templates/repo/diff/comment_form.tmpl
templates/repo/issue/view_content/sidebar.tmpl
templates/user/auth/signin_inner.tmpl
web_src/js/index.js [new file with mode: 0644]
webpack.config.js [new file with mode: 0644]