Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
8d940321
Commit
8d940321
authored
Jul 12, 2016
by
Alex Beregszaszi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Download soljson.js as part of `npm run build`
parent
e5d96d11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+1
-1
package.json
package.json
+1
-1
No files found.
.travis.yml
View file @
8d940321
...
@@ -16,7 +16,7 @@ env:
...
@@ -16,7 +16,7 @@ env:
-
COMMIT_AUTHOR_EMAIL="chris@ethereum.org"
-
COMMIT_AUTHOR_EMAIL="chris@ethereum.org"
-
COMMIT_AUTHOR="Travis CI"
-
COMMIT_AUTHOR="Travis CI"
-
PUSH_REPO="git@github.com:ethereum/browser-solidity.git"
-
PUSH_REPO="git@github.com:ethereum/browser-solidity.git"
-
FILES_TO_PACKAGE="assets background.js build icon.png index.html manifest.json README.md"
-
FILES_TO_PACKAGE="assets background.js build icon.png index.html manifest.json README.md
soljson.js
"
cache
:
cache
:
directories
:
directories
:
-
node_modules
-
node_modules
package.json
View file @
8d940321
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
"browser-test-remote-ie"
:
"nightwatch --config nightwatch.js --env ie"
,
"browser-test-remote-ie"
:
"nightwatch --config nightwatch.js --env ie"
,
"browser-test-remote-chrome"
:
"nightwatch --config nightwatch.js --env chrome"
,
"browser-test-remote-chrome"
:
"nightwatch --config nightwatch.js --env chrome"
,
"browser-test-remote-safari"
:
"nightwatch --config nightwatch.js --env safari"
,
"browser-test-remote-safari"
:
"nightwatch --config nightwatch.js --env safari"
,
"build"
:
"mkdir -p build; browserify src/index.js -g yo-yoify -o build/app.js"
,
"build"
:
"mkdir -p build;
rm soljson.js; wget https://ethereum.github.io/solc-bin/soljson.js;
browserify src/index.js -g yo-yoify -o build/app.js"
,
"lint"
:
"semistandard"
,
"lint"
:
"semistandard"
,
"serve"
:
"http-server ."
"serve"
:
"http-server ."
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment