Loading openflexure_microscope/api/example_extensions/custom_element/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ class CustomElementExtension(BaseExtension): self, "org.openflexure.customelement", description="Testing HTML components in an extension", static_folder=path_relative_to(__file__, "static"), static_folder=path_relative_to(__file__, "static", "dist"), ) # Register the on_microscope function to run when the microscope is attached Loading openflexure_microscope/api/example_extensions/custom_element/static/.browserslistrc 0 → 100644 +2 −0 Original line number Diff line number Diff line > 1% last 2 versions openflexure_microscope/api/example_extensions/custom_element/static/.gitattributes 0 → 100644 +1 −0 Original line number Diff line number Diff line dist/* filter=lfs diff=lfs merge=lfs -text openflexure_microscope/api/example_extensions/custom_element/static/.gitignore 0 → 100644 +23 −0 Original line number Diff line number Diff line .DS_Store node_modules # local env files .env.local .env.*.local # Log files npm-debug.log* yarn-debug.log* yarn-error.log* # Editor directories and files .idea .vscode *.suo *.ntvs* *.njsproj *.sln *.sw? # Override and include dist !/dist No newline at end of file openflexure_microscope/api/example_extensions/custom_element/static/babel.config.js 0 → 100644 +5 −0 Original line number Diff line number Diff line module.exports = { presets: [ '@vue/cli-plugin-babel/preset' ] } Loading
openflexure_microscope/api/example_extensions/custom_element/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ class CustomElementExtension(BaseExtension): self, "org.openflexure.customelement", description="Testing HTML components in an extension", static_folder=path_relative_to(__file__, "static"), static_folder=path_relative_to(__file__, "static", "dist"), ) # Register the on_microscope function to run when the microscope is attached Loading
openflexure_microscope/api/example_extensions/custom_element/static/.browserslistrc 0 → 100644 +2 −0 Original line number Diff line number Diff line > 1% last 2 versions
openflexure_microscope/api/example_extensions/custom_element/static/.gitattributes 0 → 100644 +1 −0 Original line number Diff line number Diff line dist/* filter=lfs diff=lfs merge=lfs -text
openflexure_microscope/api/example_extensions/custom_element/static/.gitignore 0 → 100644 +23 −0 Original line number Diff line number Diff line .DS_Store node_modules # local env files .env.local .env.*.local # Log files npm-debug.log* yarn-debug.log* yarn-error.log* # Editor directories and files .idea .vscode *.suo *.ntvs* *.njsproj *.sln *.sw? # Override and include dist !/dist No newline at end of file
openflexure_microscope/api/example_extensions/custom_element/static/babel.config.js 0 → 100644 +5 −0 Original line number Diff line number Diff line module.exports = { presets: [ '@vue/cli-plugin-babel/preset' ] }