source:
frontend/node_modules/clean-css/lib/options/rebase-to.js
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 151 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 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.
