Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/davebalmer/jo
Browse files Browse the repository at this point in the history
Conflicts:
	js/jo.js
  • Loading branch information
davebalmer committed Nov 13, 2013
2 parents 601f7b2 + ad5475c commit 7794144
Show file tree
Hide file tree
Showing 14 changed files with 111 additions and 6,374 deletions.
Binary file removed .DS_Store
Binary file not shown.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
syntax: glob
.DS_Store
*~
*.bak
js/jo.js
js/jo_min.js
5 changes: 3 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ del jo_core.js
del jo_data.js
del jo_ui.js

if exist jsmin.exe goto minify
for %%J in (jsmin.exe) do set JSMIN=%%~dp$PATH:Jjsmin.exe
if not "%JSMIN%"=="" goto minify
echo "jsmin not found, skipping minification."
cd ..
goto end

:minify
echo "Minifying js\jo.js -> js\jo_min.js"
jsmin < jo.js > jo_min.js
%JSMIN% < jo.js > jo_min.js
cd ..
goto end

Expand Down
Binary file removed css/ios-codebykevin/.DS_Store
Binary file not shown.
Binary file removed js/.DS_Store
Binary file not shown.
Loading

0 comments on commit 7794144

Please sign in to comment.