Skip to content

Commit

Permalink
Item12952: added render_tmpl to manifest, Makefile and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Sep 23, 2014
1 parent 87cc849 commit 386a65a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ConfigurePlugin/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pub/System/ConfigurePlugin/types.js
pub/System/ConfigurePlugin/reset.css
pub/System/ConfigurePlugin/configure.css
pub/System/ConfigurePlugin/configure.js
pub/System/ConfigurePlugin/render_tml.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub/System/ConfigurePlugin/configure.uncompressed.css 0444
pub/System/ConfigurePlugin/configure.js 0444
pub/System/ConfigurePlugin/configure.js.gz 0444
pub/System/ConfigurePlugin/configure.uncompressed.js 0444
pub/System/ConfigurePlugin/render_tml.js.gz 0444
pub/System/ConfigurePlugin/render_tml.js 0444
pub/System/ConfigurePlugin/render_tml.uncompressed.js 0444
pub/System/ConfigurePlugin/reset.css 0444
Expand Down
2 changes: 1 addition & 1 deletion ConfigurePlugin/pub/System/ConfigurePlugin/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FOSWIKI_ROOT?=~/foswiki/core
TARGET= configure.js resig.js types.js reset.css configure.css
TARGET= configure.js resig.js types.js reset.css configure.css render_tml.js

-include $(FOSWIKI_ROOT)/pub/System/JQueryPlugin/Makefile.include

Expand Down

0 comments on commit 386a65a

Please sign in to comment.