Sha256: 9e9e52203a6af1b9259c9a5837f477e86dc918a8c0cc3923c07337e889facce3

Contents?: true

Size: 1.69 KB

Versions: 6

Compression:

Stored size: 1.69 KB

Contents

<html> 
  <head> 
    <script src="js/amber.js" type="text/javascript"></script>
  </head>
  <body>
    <h2>Amber Skeleton</h2>
    <script type='text/javascript'> loadAmber({ready: function() {smalltalk.Browser._open()}}) </script>
    <!--
    <script type='text/javascript'> loadAmber({
        packages: [
          'AmberProject-Core.js'
          ],
        packageHome: 'server/projects/importer/',
        ready: function() {
          $(function() {
           smalltalk.AmberProjectExporter._registerPackage_type_prefix_(
               'AmberProject-Core',
               'js',
               'server/projects/importer/'
              );
            smalltalk.AmberProjectImporter._importStPackages_prefix_(
              [ 
                'Cypress-Definitions',
                'Cypress-Structure',
                'Cypress-ExportImport',
                // uncomment these lines if you want to run tests
                // 'Cypress-Mocks',
                // 'Cypress-Tests'
              ],
              'server/projects/amber-cypress/');
            smalltalk.AmberProjectImporter._importStPackages_prefix_(
              [
                'Canvas',
                'Maglev-Core'
              ],
              '');
            smalltalk.AmberProjectImporter._importStPackages_prefix_(
              [
                'Maglev-Database-Explorer',
                'Maglev-Vendor'
              ],
              '');
            smalltalk.AmberProjectImporter._importStPackages_prefix_(
              [
                'Kernel-Objects',
                'Kernel-Collections'
              ],
              '');

            smalltalk.Browser._open();
           });
        }}) </script>
        -->
  </body> 
</html>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
mdbe-0.1.0 public/amber/index.html
maglev-database-explorer-0.0.5 public/amber/index.html
maglev-database-explorer-0.0.4 public/amber/index.html
maglev-database-explorer-0.0.3 public/amber/index.html
maglev-database-explorer-0.0.2 public/amber/index.html
maglev-database-explorer-0.0.1 public/amber/index.html