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
diff --git a/install_erpnext.py b/install_erpnext.py
index 5ea4f44..be12702 100644
--- a/install_erpnext.py
+++ b/install_erpnext.py
@@ -107,13 +107,13 @@
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")