9 lines
231 B
Bash
Executable File
9 lines
231 B
Bash
Executable File
#!/bin/bash
|
|
# Gen docs
|
|
npm run generate-docs
|
|
|
|
# Copy media to all versions of documentation (if there is more than one)
|
|
# for d in docs/dragonroll/*/; do cp -r media "$d/media"; done
|
|
|
|
# Prebuild files for execution
|
|
node prebuild.js |