1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-05 17:18:21 +00:00

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
This commit is contained in:
Lunny Xiao
2019-11-13 22:52:13 +08:00
committed by Antoine GIRARD
parent 71395dffd0
commit afe50873a5
12 changed files with 4747 additions and 3793 deletions

View File

@@ -434,7 +434,8 @@ npm-update: npm-check
.PHONY: js
js: npm
npx eslint public/js
npx eslint web_src/js webpack.config.js
npx webpack
.PHONY: css
css: npm