source:
imaps-frontend/node_modules/clean-css/lib/options/rebase-to.js
Last change on this file was 79a0317, checked in by , 4 days ago | |
---|---|
|
|
File size: 151 bytes |
Line | |
---|---|
1 | var path = require('path'); |
2 | |
3 | function rebaseToFrom(option) { |
4 | return option ? path.resolve(option) : process.cwd(); |
5 | } |
6 | |
7 | module.exports = rebaseToFrom; |
Note:
See TracBrowser
for help on using the repository browser.