do not track wn-web.js and wn-web.css in repositor as they are built for each implementation, changed install file to create wn-web.js and wn-web.css
This commit is contained in:
parent
0b721b8b96
commit
84cd7e5c32
@ -107,13 +107,13 @@ os.system("lib/wnf.py -l")
|
|||||||
os.system("lib/wnf.py --sync_all -f")
|
os.system("lib/wnf.py --sync_all -f")
|
||||||
|
|
||||||
# create website files
|
# create website files
|
||||||
#from webnotes.model.code import get_obj
|
from webnotes.model.code import get_obj
|
||||||
# rewrite pages
|
# rewrite pages
|
||||||
#get_obj('Website Settings').rewrite_pages()
|
ws = get_obj('Website Settings')
|
||||||
|
ws.rewrite_pages()
|
||||||
#ss = get_obj('Style Settings')
|
ss = get_obj('Style Settings')
|
||||||
#ss.validate()
|
ss.validate()
|
||||||
#ss.on_update()
|
ss.on_update()
|
||||||
|
|
||||||
# set filemode false
|
# set filemode false
|
||||||
os.system("git config core.filemode false")
|
os.system("git config core.filemode false")
|
||||||
|
Loading…
Reference in New Issue
Block a user