[Checkins] SVN: grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/ The default story is to keep using the 'static' feature, as this is widely advertised in the grok book and tutorials/documentation.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Mon Dec 6 08:34:42 EST 2010


Log message for revision 118717:
  The default story is to keep using the 'static' feature, as this is widely advertised in the grok book and tutorials/documentation.

Changed:
  D   grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/browser/
  A   grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/static/evencaveman.jpg
  A   grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/static/hello.js
  A   grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/static/style.css

-=-
Copied: grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/static/evencaveman.jpg (from rev 118682, grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/browser/resources/foo/evencaveman.jpg)
===================================================================
(Binary files differ)

Copied: grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/static/hello.js (from rev 118682, grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/browser/resources/foo/hello.js)
===================================================================
--- grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/static/hello.js	                        (rev 0)
+++ grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/static/hello.js	2010-12-06 13:34:41 UTC (rev 118717)
@@ -0,0 +1 @@
+window.alert('hello from javascript');

Copied: grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/static/style.css (from rev 118682, grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/browser/resources/foo/style.css)
===================================================================
--- grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/static/style.css	                        (rev 0)
+++ grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/static/style.css	2010-12-06 13:34:41 UTC (rev 118717)
@@ -0,0 +1,3 @@
+body {
+  color: #f00;
+}



More information about the checkins mailing list