Skip to content

Commit 3f9baa1

Browse files
committed
committing submodules
1 parent 4ebfc86 commit 3f9baa1

File tree

7 files changed

+8
-11
lines changed

7 files changed

+8
-11
lines changed

documentjs

Submodule documentjs updated from 12bfead to a562a81

funcunit

Submodule funcunit updated from d297cb1 to b9b744a

jmvc/docs.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@
3838
</div>
3939
<div class="logo-text"><a href='http://javascriptmvc.com'>JavaScript<img src='../documentjs/jmvcdoc/images/logo80x30.png' class="logo-image"/></a></div>
4040
</div>
41-
<div class="bottomCorner">
42-
<div class="right"></div>
43-
<div class="left"></div>
44-
</div>
41+
<div class="bottomCorner"><div>&nbsp;</div></div>
4542
</div>
4643
<div id='bottom'>
4744
<div id='left'>
@@ -68,7 +65,7 @@
6865
DOCS_LOCATION = "docs/" //adds searchData to this
6966
</script>
7067
<script type='text/javascript'
71-
src='../steal/steal.js?steal[app]=documentjs/jmvcdoc&steal[env]=production'>
68+
src='../steal/steal.production.js?documentjs/jmvcdoc'>
7269
</script>
7370
</body>
7471
</html>

scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ steal.File("js.bat").copyTo("../jmvcdownload/js.bat", [])
2525

2626
// this part is only intended for use in linux/os x
2727
// it zips up the new download with linux/os x executable permissions set on the right shell scripts
28-
//runCommand("sh", "-c", 'zip -r javascriptmvc-3.0.0.zip documentjs jquery funcunit steal js js.bat -x "*/.git/*" -x "*/dist/*"');
28+
runCommand("sh", "-c", 'zip -r javascriptmvc-3.0.0.zip documentjs jquery funcunit steal js js.bat -x "*/.git/*" -x "*/dist/*"');

steal

Submodule steal updated from 6acb95a to 9d0273c

0 commit comments

Comments
 (0)