| D | module-source.js | 7 * http://www.apache.org/licenses/LICENSE-2.0 17 const path = require('path'); constant 19 const exists = function(src, dst, callback) { function 23 fs.exists(dst, function(exists) { argument 24 if (exists) { 50 const pathInfo = path.parse(_src); 58 exists(_src, _dst, copy); 66 exists(path.resolve(__dirname, src), dist, copy); 70 copyResource(path.resolve(__dirname, './deps/weex-scripter'), process.argv[TARGET_POSITION] + '/scr… 71 copyResource(path.resolve(__dirname, './deps/weex-styler'), process.argv[TARGET_POSITION] + '/style…
|