mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
fix
This commit is contained in:
parent
dc9e9a85d6
commit
30762988cf
@ -4,7 +4,7 @@ copyfiles = index.ls style.css router.lua models views controllers logs
|
||||
|
||||
main:
|
||||
- mkdir $(BUILDDIR)
|
||||
cp -rf $(copyfiles) $(BUILDDIR)
|
||||
- cp -rf $(copyfiles) $(BUILDDIR)
|
||||
- cd $(BUILDDIR) && ln -s ../grs ./rst
|
||||
clean:
|
||||
rm -rf $(BUILDDIR)/*
|
@ -45,3 +45,6 @@ function IndexController:notoc(...)
|
||||
return self:index(table.unpack({...}))
|
||||
end
|
||||
|
||||
function IndexController:actionnotfound(...)
|
||||
return self:notoc(table.unpack({...}))
|
||||
end
|
Loading…
Reference in New Issue
Block a user