mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
update: cleanup make file
Some checks failed
gitea-sync/antd-web-apps/pipeline/head There was a failure building this commit
Some checks failed
gitea-sync/antd-web-apps/pipeline/head There was a failure building this commit
This commit is contained in:
parent
b65bee0323
commit
7ede87e962
@ -1,4 +1,4 @@
|
||||
copyfiles = assets views models ai controllers router.lua
|
||||
copyfiles = assets views models controllers router.lua
|
||||
|
||||
main:
|
||||
- mkdir -p $(BUILDDIR)
|
||||
|
@ -23,7 +23,7 @@ CONTROLLER_ROOT = "blog.controllers"
|
||||
MODEL_ROOT = "blog.models"
|
||||
-- file path: path/to/file
|
||||
VIEW_ROOT = WWW_ROOT..DIR_SEP.."views"
|
||||
POST_LIMIT = 3
|
||||
POST_LIMIT = 10
|
||||
|
||||
if REQUEST.r then
|
||||
REQUEST.r = REQUEST.r:gsub("%:", "/")
|
||||
|
@ -1,4 +1,4 @@
|
||||
copyfiles = katex font-awesome.css fonts images sendmail.lua subscribe.lua subscribe.html main.js ubuntu-regular.css mainsite.css sendto.html hermit-light.css hljs
|
||||
copyfiles = katex font-awesome.css fonts images subscribe.html mainsite.css sendto.html hermit-light.css hljs
|
||||
|
||||
main:
|
||||
- mkdir $(BUILDDIR)
|
||||
|
Loading…
Reference in New Issue
Block a user