Skip to content

Commit 3be4b58

Browse files
committed
fixed doc submodule
1 parent ce5a0ed commit 3be4b58

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
path = doc
88
url = https://github.com/HW-Core/js-kernel.git
99
branch = gh-pages
10-
update = none
10+
update = none

install.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ Joiner:add_file "http://requirejs.org/docs/release/2.1.15/minified/require.js" $
1616
Joiner:add_file "https://raw.githubusercontent.com/components/rsvp.js/d2740bfe52a3a3d63bb132d45490d3126bf0e065/rsvp.js" $mod_path"/rsvp/index.js"
1717
Joiner:add_file "https://raw.githubusercontent.com/Benvie/WeakMap/2693ff73a1650dc7b8beeeb6ce0eba79b53a66af/weakmap.js" $mod_path"/weakmap/index.js"
1818

19+
echo `Joiner:with_dev`
20+
1921
if Joiner:with_dev ; then
2022
Joiner:add_repo "https://github.com/mochajs/mocha" "mocha" "1.20.1" $mod_path
2123

2224
Joiner:add_file "http://sinonjs.org/releases/sinon-1.10.3.js" $mod_path"/sinon/index.js"
2325
Joiner:add_file "http://chaijs.com/chai.js" $mod_path"/chai/index.js"
2426

2527
Joiner:add_git_submodule "https://github.com/HW-Core/js-kernel.git" "js-kernel/tests" "tests" "hw-core"
26-
Joiner:add_git_submodule "https://github.com/HW-Core/js-kernel.git" "js-kernel/gh-pages" "tests" "hw-core"
28+
Joiner:add_git_submodule "https://github.com/HW-Core/js-kernel.git" "js-kernel/doc" "gh-pages" "hw-core"
2729
fi
2830

2931

0 commit comments

Comments
 (0)