Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Commit

Permalink
Add bower and npm steps to conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
anhi committed Oct 6, 2016
1 parent bae5880 commit 68814bf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bowerrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"directory": "mermaid/static/nb-mermaid/lib"}
{"directory": "nb-mermaid/static/nb-mermaid/lib"}
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nb-mermaid",
"version": "0.1.1",
"version": "0.2.0",
"authors": [
"Nicholas Bollweg <[email protected]>"
],
Expand Down
3 changes: 3 additions & 0 deletions conda.recipe/bld.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
bower install
npm install
npm run build
"%PYTHON%" setup.py install
"%PREFIX%\Scripts\jupyter-nbextension.exe" install nb-mermaid --py --sys-prefix
if errorlevel 1 exit 1
3 changes: 3 additions & 0 deletions conda.recipe/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
bower install
npm install
npm run build
"${PYTHON}" setup.py install
"${PREFIX}/bin/jupyter-nbextension" install nb-mermaid --py --sys-prefix

0 comments on commit 68814bf

Please sign in to comment.