Skip to content

Commit 2ba9699

Browse files
committed
pull remix (dont use npm version)
1 parent febce5a commit 2ba9699

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ soljson.js
66
npm-debug.log*
77
babelify-src
88
package-lock.json
9+
remix

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
node_js:
33
- "7"
44
script:
5-
- npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run build
5+
- npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run pullremix && npm run linkremix && npm run build
66
- ./ci/browser_tests.sh
77
deploy:
88
- provider: script

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"csjs-inject": "^1.0.1",
2020
"csslint": "^1.0.2",
2121
"deep-equal": "^1.0.1",
22+
"npm-link-local": "^1.1.0",
2223
"remix-core": "latest",
2324
"remix-lib": "latest",
2425
"remix-solidity": "latest",
@@ -136,6 +137,8 @@
136137
]
137138
},
138139
"scripts": {
140+
"pullremix": "mkdir remix; git clone https://github.com/ethereum/remix; cd ..",
141+
"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",
139142
"build": "browserify src/index.js -o build/app.js",
140143
"browsertest": "sleep 5 && npm run nightwatch_local",
141144
"csslint": "csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='assets/css/font-awesome.min.css' assets/css/",

0 commit comments

Comments
 (0)