clean up debug info, reduce page weight
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
"pages": {
|
||||
"*": ["common", "newappeal", "search"],
|
||||
"*": ["common", "search"],
|
||||
"/": ["common", "home", "case"],
|
||||
"/error": ["common", "home", "myportal"],
|
||||
"/furtherdetails": ["common", "home", "myportal"],
|
||||
@@ -39,11 +39,13 @@ module.exports = {
|
||||
"/case/id/[incident]": ["case", "home"],
|
||||
"/myportal/representation": ["case", "myrepresentations", "common"],
|
||||
"/myportal/error": ["myportal", "common"],
|
||||
"/myportal/case/id/[incident]": ["case","home"],
|
||||
"/myportal/case/id/[incident]": ["case", "home"],
|
||||
"/myportal/addresssearch": ["search", "case", "myportal"],
|
||||
"/myportal/addresssearchresults": ["search", "case", "myportal"],
|
||||
"/myportal/[appealtypes]": ["newappeal", "home"],
|
||||
"/newappeal": ["newappeal", "home"],
|
||||
"/newappeal/*": ["newappeal", "home"],
|
||||
"/newappeal/[appealtypes]": ["newappeal", "home"],
|
||||
"/newappeal/selectappeal": ["newappeal", "home"],
|
||||
"/dns/*": ["dnsCommon", "case", "common"],
|
||||
"/dns/[developmentName]": ["dnsCommon", "case", "common"],
|
||||
|
||||
Reference in New Issue
Block a user