Skip to content

Commit

Permalink
pull remix (dont use npm version)
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Nov 29, 2017
1 parent febce5a commit 2ba9699
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ soljson.js
npm-debug.log*
babelify-src
package-lock.json
remix
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- "7"
script:
- npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run build
- npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run pullremix && npm run linkremix && npm run build
- ./ci/browser_tests.sh
deploy:
- provider: script
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"csjs-inject": "^1.0.1",
"csslint": "^1.0.2",
"deep-equal": "^1.0.1",
"npm-link-local": "^1.1.0",
"remix-core": "latest",
"remix-lib": "latest",
"remix-solidity": "latest",
Expand Down Expand Up @@ -136,6 +137,8 @@
]
},
"scripts": {
"pullremix": "mkdir remix; git clone https://github.com/ethereum/remix; cd ..",
"linkremix": "npm-link-local ./remix/remix-lib && npm-link-local ./remix/remix-core && npm-link-local ./remix/remix-solidity && npm-link-local ./remix/remix-debugger",
"build": "browserify src/index.js -o build/app.js",
"browsertest": "sleep 5 && npm run nightwatch_local",
"csslint": "csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='assets/css/font-awesome.min.css' assets/css/",
Expand Down

0 comments on commit 2ba9699

Please sign in to comment.