This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2019-03-06T10:10:00.863Z","extensionVersion":"v3.2.5"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/UI_v0.1/package.json b/UI_v0.1/package.json | |
index a0b107b50f..667d10c3ba 100644 | |
--- a/UI_v0.1/package.json | |
+++ b/UI_v0.1/package.json | |
@@ -11,8 +11,7 @@ | |
"clean:node_nodules": "rimraf node_nodules", | |
"clean": "npm run clean:build && npm run clean:dist && npm run clean:report" | |
}, | |
- "dependencies": { | |
- }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"parser": "babel-eslint", | |
"env": { | |
"browser": true, | |
"amd": true, | |
"node": true | |
}, | |
"rules": { | |
"block-scoped-var": 0, | |
"camelcase": 0, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- encoding: utf-8 -*- | |
# Questo è un template di base per realizzare degli script per le istanze Zope | |
# | |
# Lo script può essere lanciato nel seguente modo: | |
# ./bin/instance -O<plone_site_id> run <nome_dello_script> [parametri] | |
# | |
# è disponibile un parametro '-cm' (o --commit) opzionale che consente | |
# di eseguire il commit delle modifiche eseguite con lo script o meno. | |
# | |
# Leggere i commenti più sotto per verificare come modificare questo script |