File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- VERSION = 1.7.0
1
+ VERSION = 1.7.1
2
2
SHELL = /bin/sh
3
3
DOWNLOAD = /var/www/www.appelsiini.net/htdocs/download
4
4
JSPACKER = /home/tuupola/bin/jspacker
5
5
JSMIN = /home/tuupola/bin/jsmin
6
6
7
- # all: jeditable packed tarball latest
8
- all : jeditable packed minified latest wysiwyg
7
+ # all: jeditable packed minified latest wysiwyg
8
+ all : jeditable minified latest wysiwyg
9
9
10
10
jeditable : jquery.jeditable.js
11
11
cp jquery.jeditable.js $(DOWNLOAD ) /jquery.jeditable-$(VERSION ) .js
@@ -28,7 +28,7 @@ latest: jquery.jeditable.js jquery.jeditable.pack.js
28
28
cp jquery.jeditable.time.js $(DOWNLOAD)/jquery.jeditable.time.js
29
29
cp jquery.jeditable.timepicker.js $(DOWNLOAD)/jquery.jeditable.timepicker.js
30
30
cp jquery.jeditable.charcounter.js $(DOWNLOAD)/jquery.jeditable.charcounter.js
31
- cp jquery.jeditable.pack.js $(DOWNLOAD)/jquery.jeditable.pack.js
31
+ # cp jquery.jeditable.pack.js $(DOWNLOAD)/jquery.jeditable.pack.js
32
32
cp jquery.jeditable.mini.js $(DOWNLOAD)/jquery.jeditable.mini.js
33
33
34
34
You can’t perform that action at this time.
0 commit comments