Skip to content

Commit

Permalink
4.1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
gmariani committed Jan 21, 2018
1 parent afae934 commit 0ac86a3
Show file tree
Hide file tree
Showing 32 changed files with 482 additions and 293 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<concat destfile="${js.dist.path}\temp.js" encoding="UTF-8" eol="lf" fixlastline="yes" outputencoding="UTF-8">
<filelist id="files" dir="${js.src.path}">
<file name="parsers\SOL.js" />
<file name="view\SOLView.js" />
<file name="view\DateView.js" />
<file name="view\VectorView.js" />
<file name="view\ObjectView.js" />
Expand Down
2 changes: 1 addition & 1 deletion compile.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
d:/ant/bin/ant
e:/ant/bin/ant
pause
2 changes: 1 addition & 1 deletion dist/css/main.css

Large diffs are not rendered by default.

Binary file modified dist/css/main.css.gz
Binary file not shown.
Binary file modified dist/css/themes/default/style.min.css.gz
Binary file not shown.
Binary file modified dist/font/Entypo.svg.gz
Binary file not shown.
Binary file modified dist/font/Entypo.ttf.gz
Binary file not shown.
Binary file modified dist/font/Entypo.woff.gz
Binary file not shown.
Binary file modified dist/font/Lato-Regular.woff.gz
Binary file not shown.
Binary file modified dist/font/Oswald-Bold.woff.gz
Binary file not shown.
Binary file modified dist/font/PT-Mono.woff.gz
Binary file not shown.
10 changes: 8 additions & 2 deletions dist/index.html

Large diffs are not rendered by default.

Binary file modified dist/js/lib/AMF0.js.gz
Binary file not shown.
12 changes: 6 additions & 6 deletions dist/js/lib/AMF3.js

Large diffs are not rendered by default.

Binary file modified dist/js/lib/AMF3.js.gz
Binary file not shown.
25 changes: 13 additions & 12 deletions dist/js/lib/ByteArray.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/js/lib/ByteArray.js.gz
Binary file not shown.
163 changes: 83 additions & 80 deletions dist/js/main.min.js

Large diffs are not rendered by default.

Binary file modified dist/js/main.min.js.gz
Binary file not shown.
8 changes: 5 additions & 3 deletions dist/js/parsers/SOLReaderWorker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/js/parsers/SOLReaderWorker.js.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/js/parsers/SOLWriterWorker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/js/parsers/SOLWriterWorker.js.gz
Binary file not shown.
Loading

0 comments on commit 0ac86a3

Please sign in to comment.