芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/clean-css/lib/options/rebase-to.js
var path = require('path'); function rebaseToFrom(option) { return option ? path.resolve(option) : process.cwd(); } module.exports = rebaseToFrom;