tian
tian
Check https://github.com/xzyfer/gulp-sass-graph/blob/master/index.js#L79 ``` javascript var scssPath = loadPaths[p] + "/" + path + ".scss" ``` if css is `@import "./abc"` then `path=="./abc"` then `scssPath=="lib/./abc.scss"` which should be `"lib/abc.scss"` So code...
see code in line 18 in https://github.com/bramstein/bit-array/blob/master/lib/bit-array.js ``` if (hex.length * 4 > this.length) { throw 'Hex value is too large for this bit array.' } else if (hex.length *...
The demo uses `selendroid-test-app-0.10.0.apk` but the guide tell me to use `selendroid-test-app-0.15.0.apk`, I hope the difference between both are not much