File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
path = doc
8
8
url = https://github.com/HW-Core/js-kernel.git
9
9
branch = gh-pages
10
- update = none
10
+ update = none
Original file line number Diff line number Diff line change @@ -16,14 +16,16 @@ Joiner:add_file "http://requirejs.org/docs/release/2.1.15/minified/require.js" $
16
16
Joiner:add_file " https://raw.githubusercontent.com/components/rsvp.js/d2740bfe52a3a3d63bb132d45490d3126bf0e065/rsvp.js" $mod_path " /rsvp/index.js"
17
17
Joiner:add_file " https://raw.githubusercontent.com/Benvie/WeakMap/2693ff73a1650dc7b8beeeb6ce0eba79b53a66af/weakmap.js" $mod_path " /weakmap/index.js"
18
18
19
+ echo ` Joiner:with_dev`
20
+
19
21
if Joiner:with_dev ; then
20
22
Joiner:add_repo " https://github.com/mochajs/mocha" " mocha" " 1.20.1" $mod_path
21
23
22
24
Joiner:add_file " http://sinonjs.org/releases/sinon-1.10.3.js" $mod_path " /sinon/index.js"
23
25
Joiner:add_file " http://chaijs.com/chai.js" $mod_path " /chai/index.js"
24
26
25
27
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"
27
29
fi
28
30
29
31
You can’t perform that action at this time.
0 commit comments