2 Commits 8bf22ce470 ... 40d20a6e82

Author SHA1 Message Date
  Herby Vojčík 40d20a6e82 scaffolding: Bump to 0.23.3. 5 years ago
  Herby Vojčík b6a88628cf Missing pieces from 5e896f9. 5 years ago
2 changed files with 3 additions and 1 deletions
  1. 1 1
      grunt-init-project/package.json
  2. 2 0
      grunt-init-project/root/index.html

+ 1 - 1
grunt-init-project/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@ambers/grunt-init-amber-project",
-  "version": "0.23.2",
+  "version": "0.23.3",
   "description": "grunt-init template for amber project",
   "main": "template.js",
   "scripts": {

+ 2 - 0
grunt-init-project/root/index.html

@@ -18,6 +18,8 @@
 <button id="amber-with">Hello from TagBrush >> with:</button>
 <button id="silk-tag">Hello from Silk >> TAG:</button>
 <button id="jquery-append">Hello from jQuery append</button>
+<button id="console-log">Log into JS console</button>
+<button id="timeout-alert">Remind me in five seconds</button>
 <ol id="output-list"></ol>
 <!-- EXAMPLE APP END -->
 <script type='text/javascript'>