Skip to content

Commit 0f1014e

Browse files
authoredSep 8, 2017
bitshares#224 build automation (bitshares#371)
* Refactor app layout to flatter structure * Move help content inside /app * Refactor build process using electron-builder * Update package name for binaries * Update build instructions in README * Update build scripts and README * Travis build automation * Update build scripts * Test github release with Travis * Fix reference to /web in build.sh * Use 'travis setup releases' * Add AppVeyor yml * Update AppVeyor.yml * Fix prepare-electron on windows * Update AppVeyor.yml * Update build scripts * Update windows NSIS build target * Update travis and appveyor configs * Update appveyor and travis * Update appveyor yml * Add osx to travis yml * Quieter electron build, update travis os matrix * Fix travis yml * Fix travis yml * Update appveyor * Attempt to fix travis yml * Update appveyor artifacts * Set deploy titles, deploy only on tag
1 parent 42b5155 commit 0f1014e

File tree

872 files changed

+281
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

872 files changed

+281
-132
lines changed
 

‎web/.babelrc ‎.babelrc

File renamed without changes.

‎.gitignore

+13-9
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
.idea
33
*/node_modules
44
*/npm-debug.log
5-
cli/bundle
65
*.map
76
*.log
8-
cli/examples.txt
9-
dist
10-
web/electron
11-
web/app/components/Exchange/exchange.css
12-
cli/bundle.js
13-
web/dist-prod
14-
web/stats*
15-
web/hash-history
7+
build
8+
app/electron
9+
app/components/Exchange/exchange.css
10+
stats*
11+
hash-history
1612
docs/_build/
1713
*.swp
1814
*.python-version
15+
16+
app/.sass-cache
17+
node_modules
18+
app/bower_components
19+
app/bundle
20+
app/stats-dev.json
21+
app/stats-prod.json
22+
app/test/MarketClasses.js

0 commit comments

Comments
 (0)
Please sign in to comment.