Skip to content

Commit

Permalink
Changed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
simse committed Nov 4, 2019
1 parent 3010aca commit 8897d30
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ pyunraid.egg-info
docs/_build
web/docs
node_modules
public
public
*.pyc
7 changes: 0 additions & 7 deletions build.sh

This file was deleted.

8 changes: 8 additions & 0 deletions web/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#/bin/bash
pip install -U sphinx
pip install -e ../.
make -C ../docs html
mkdir public/docs
cp -r ../docs/_build/html public/docs
npm install
brunch build --production

0 comments on commit 8897d30

Please sign in to comment.