Skip to content

Commit

Permalink
feat: update to Web UI v2.3.2 (#653)
Browse files Browse the repository at this point in the history
See [RN for v2.3.2](https://github.com/ipfs-shipyard/ipfs-webui/releases/tag/v2.3.2) to see the latest changes.
  • Loading branch information
fsdiogo authored and lidel committed Jan 8, 2019
1 parent 8bb8a62 commit 2c7eacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build:copy:ui-kit:ipfs-css:fonts": "shx mkdir -p add-on/ui-kit/fonts && shx cp node_modules/ipfs-css/fonts/* add-on/ui-kit/fonts",
"build:copy:ui-kit:ipfs-css:icons": "shx mkdir -p add-on/ui-kit/icons && shx cp node_modules/ipfs-css/icons/* add-on/ui-kit/icons",
"build:copy:ui-kit:tachyons": "shx mkdir -p add-on/ui-kit && shx cp node_modules/tachyons/css/tachyons.css add-on/ui-kit",
"build:webui": "cross-env CID=QmUnXcWZC5Ve21gUseouJsH5mLAyz5JPp8aHsg8qVUUK8e npm run build:webui:with-cid",
"build:webui": "cross-env CID=QmenEBWcAk3tN94fSKpKFtUMwty1qNwSYw3DMDFV6cPBXA npm run build:webui:with-cid",
"build:webui:with-cid": "cross-env-shell \"shx test -d add-on/webui/ || (npm run build:webui:dir && (npm run build:webui:fetch-ipfs || npm run build:webui:fetch-http) && npm run build:webui:minimize)\"",
"build:webui:dir": "shx mkdir -p add-on/webui",
"build:webui:fetch-ipfs": "cross-env-shell \"ipfs get $CID -o add-on/webui/\"",
Expand Down

0 comments on commit 2c7eacd

Please sign in to comment.