1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-18 22:39:21 +00:00
Files
roytam1 df89b48e30 Revert "Remove WebIDE devtools component."
This reverts commit 8c1500707f.

# Conflicts:
#	application/basilisk/components/customizableui/CustomizableUI.jsm
2019-10-18 09:09:39 +08:00

11 lines
205 B
JSON

{
"webide": {
"prepackage": {
"command": "echo \"{\\\"name\\\":\\\"$NAME\\\"}\" > manifest.webapp",
"cwd": "./stage",
"env": ["NAME=world"]
},
"packageDir": "./stage"
}
}