DEV: Add experimental json_scheme site setting type (#12226)

This commit is contained in:
Penar Musaraj
2021-03-01 09:15:17 -05:00
committed by GitHub
parent bfa3e24e48
commit 6809cccd88
18 changed files with 411 additions and 3 deletions
+6 -1
View File
@@ -70,6 +70,10 @@ def dependencies
source: 'ace-builds/src-min-noconflict/ace.js',
destination: 'ace.js',
public: true
}, {
source: '@json-editor/json-editor/dist/jsoneditor.js',
package_name: '@json-editor/json-editor',
public: true
}, {
source: 'chart.js/dist/Chart.min.js',
public: true
@@ -167,6 +171,7 @@ def dependencies
}, {
source: 'workbox-cacheable-response/build/.',
destination: 'workbox',
skip_versioning: true,
public: true
}, {
source: '@popperjs/core/dist/umd/popper.js'
@@ -185,7 +190,7 @@ def dependencies
end
def node_package_name(f)
f[:source].split('/').first
f[:package_name] || f[:source].split('/').first
end
def public_path_name(f)