Skip to content

Commit

Permalink
[meta] add voxel module to all bulk build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 29, 2015
1 parent 4772c08 commit b5410ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readonly ARGS="$@"
readonly PREFIX="geom-"

main() {
local modules="core types meshops physics webgl svg voxel"
local modules="core types meshops physics svg voxel webgl"

for m in $modules
do
Expand Down
2 changes: 1 addition & 1 deletion tangle-all.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

readonly MODULES="core types meshops physics svg webgl"
readonly MODULES="core types meshops physics svg voxel webgl"
FILES="src/index.org"

for m in $MODULES; do
Expand Down
2 changes: 1 addition & 1 deletion test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readonly ARGS="$@"
readonly PREFIX="geom-"

main() {
local modules="core types meshops physics svg webgl voxel"
local modules="core types meshops physics svg voxel webgl"

for m in $modules
do
Expand Down

0 comments on commit b5410ea

Please sign in to comment.