add sppd to git repo

This commit is contained in:
ryan
2025-10-09 13:13:09 +07:00
commit cc020ada92
1697 changed files with 394218 additions and 0 deletions
@@ -0,0 +1,10 @@
configure({
configs: [
'./prod.js'
],
sources: [
source('amd', 'ephox/tinymce', '', mapper.constant('../../../../../tinymce')),
source('amd', 'ephox.mcagar', '../../lib/test', mapper.flat),
source('amd', 'ephox', '../../lib/test', mapper.flat)
]
});