Selaa lähdekoodia

removed Presentation-Tests.st ref from devel.js, cleanup index.html

hhzl 9 vuotta sitten
vanhempi
commit
07ceebbe8d
2 muutettua tiedostoa jossa 2 lisäystä ja 8 poistoa
  1. 2 2
      presentation/devel.js
  2. 0 6
      presentation/index.html

+ 2 - 2
presentation/devel.js

@@ -1,8 +1,8 @@
 define([
     'amber/devel',
-    './deploy',
+    './deploy'
     // --- packages used only during development begin here ---
-    'amber-presentation/Presentation-Tests'
+
     // --- packages used only during development end here ---
 ], function (amber) {
     return amber;

+ 0 - 6
presentation/index.html

@@ -9,12 +9,6 @@
   </head>
 
   <body>
-  <p>Hi, Nicolas Petton and others! Welcome to Amber project: "Amber presentation".</p>
-  <p>This is the place for your application's HTML. After getting familiar with Amber,
-      just remove this welcome contents from index.html and replace it with your own.</p>
-  <button id="amber-with">Hello from TagBrush >> with:</button>
-  <button id="jquery-append">Hello from jQuery append</button>
-  <ol id="output-list"></ol>
   <script type='text/javascript'>
       require(['app'], function (amber) {
           amber.initialize({