Skip to content

Commit

Permalink
Item13981: update jquery.render
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Feb 23, 2016
1 parent 2fc17d2 commit 4569bb8
Show file tree
Hide file tree
Showing 5 changed files with 2,041 additions and 1,717 deletions.
4 changes: 2 additions & 2 deletions JQueryPlugin/data/System/JQueryRender.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1437500521" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1456220586" format="1.1" version="1"}%
%META:TOPICPARENT{name="JQueryPlugin"}%
---+!! %TOPIC%

Expand Down Expand Up @@ -160,4 +160,4 @@ and return the rendered template.
| ={{<nop>!-- ... --}}= | comments to templates, or commenting out sections of a template | ={{!-- this is a comment --}}= |


%META:FILEATTACHMENT{name="logo-jsr.png" attr="h" comment="" date="1437500521" size="1241" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="logo-jsr.png" attr="h" comment="" date="1456220586" size="1241" user="ProjectContributor" version="1"}%
4 changes: 2 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/RENDER.pm
Expand Up @@ -15,7 +15,7 @@ sub new {
$class->SUPER::new(
$session,
name => 'Render',
version => '1.0.0-beta',
version => '1.0.0-rc.70',
author => 'Boris Moore',
homepage => 'http://www.jsviews.com',
javascript => [ 'jquery.render.js', 'jquery.template-loader.js' ],
Expand Down Expand Up @@ -84,7 +84,7 @@ sub restTmpl {
__END__
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2010-2015 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2010-2016 Foswiki Contributors. Foswiki Contributors
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
5 changes: 5 additions & 0 deletions JQueryPlugin/pub/System/JQueryPlugin/plugins/render/Makefile
Expand Up @@ -2,8 +2,13 @@ TARGET=jquery.render.js jquery.template-loader.js

-include ../../Makefile.include

git:
git clone https://github.com/BorisMoore/jsviews.git git

ifneq (,$(wildcard git))
jquery.render.uncompressed.js: git/jsrender.js
cp $< $@
endif

clean:
rm -f $(TARGET) *.gz

0 comments on commit 4569bb8

Please sign in to comment.