You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gristlabs_grist-core/ext
Spoffy a999b4250e
Fixes OSS including EE by providing empty ext dir
2 months ago
..
README.md Fixes OSS including EE by providing empty ext dir 2 months ago

README.md

ext is a directory that allows derivatives of Grist core to be created, without modifying any of the base files.

Files placed in here should be new files, or replacing files in the stubs directory.

When compiling, Typescript resolves files in ext before files in stubs, using the ext file instead (if it exists).