Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item13109: adding missing files
  • Loading branch information
MichaelDaum committed Dec 9, 2014
1 parent 8b95668 commit 963f375
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
13 changes: 13 additions & 0 deletions JQueryPlugin/pub/System/JQueryPlugin/plugins/mousewheel/Makefile
@@ -0,0 +1,13 @@
TARGET=git jquery.mousewheel.js

-include ../../Makefile.include

git:
git clone https://github.com/jquery/jquery-mousewheel.git git

jquery.mousewheel.uncompressed.js: git/jquery.mousewheel.js
cp $^ $@

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

9 changes: 9 additions & 0 deletions JQueryPlugin/pub/System/JQueryPlugin/plugins/render/Makefile
@@ -0,0 +1,9 @@
TARGET=jquery.render.js jquery.template-loader.js

-include ../../Makefile.include

jquery.render.uncompressed.js: git/jsrender.js
cp $< $@

clean:
rm -f $(TARGET) *.gz
14 changes: 14 additions & 0 deletions JQueryPlugin/pub/System/JQueryPlugin/plugins/sprintf/Makefile
@@ -0,0 +1,14 @@
TARGET=sprintf.js

-include ../../Makefile.include

.PHONY: git

git:
git clone https://github.com/alexei/sprintf.js.git git

sprintf.uncompressed.js: git/src/sprintf.js
cp $< $@

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

0 comments on commit 963f375

Please sign in to comment.