-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathep.json
More file actions
14 lines (14 loc) · 388 Bytes
/
ep.json
File metadata and controls
14 lines (14 loc) · 388 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"parts": [
{
"name": "export_less_and_css",
"pre": ["ep_etherpad-lite/webaccess"],
"hooks": {
"expressCreateServer": "ep_export_less_and_css/hooks",
"eejsBlock_exportColumn": "ep_export_less_and_css/hooks",
"eejsBlock_scripts": "ep_export_less_and_css/hooks",
"eejsBlock_styles": "ep_export_less_and_css/hooks"
}
}
]
}