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")
|
||||
|
||||
# create website files
|
||||
#from webnotes.model.code import get_obj
|
||||
from webnotes.model.code import get_obj
|
||||
# rewrite pages
|
||||
#get_obj('Website Settings').rewrite_pages()
|
||||
|
||||
#ss = get_obj('Style Settings')
|
||||
#ss.validate()
|
||||
#ss.on_update()
|
||||
ws = get_obj('Website Settings')
|
||||
ws.rewrite_pages()
|
||||
ss = get_obj('Style Settings')
|
||||
ss.validate()
|
||||
ss.on_update()
|
||||
|
||||
# set filemode false
|
||||
os.system("git config core.filemode false")
|
||||
|
Loading…
Reference in New Issue
Block a user