|
1 | 1 | ```console
|
2 | 2 | $ cobalt -v build --destination _dest
|
3 |
| -DEBUG: Using config file `[CWD]/_cobalt.yml` |
4 |
| -Building from `[CWD]` into `[CWD]/_dest` |
| 3 | +DEBUG: Using config file `./_cobalt.yml` |
| 4 | +Building from `.` into `[CWD]/_dest` |
5 | 5 | DEBUG: glob converted to regex: Glob { glob: "**/.*", re: "(?-u)^(?:/?|.*/)//.[^/]*$", opts: GlobOptions { case_insensitive: false, literal_separator: true, backslash_escape: true }, tokens: Tokens([RecursivePrefix, Literal('.'), ZeroOrMore]) }
|
6 | 6 | DEBUG: glob converted to regex: Glob { glob: "**/_*", re: "(?-u)^(?:/?|.*/)_[^/]*$", opts: GlobOptions { case_insensitive: false, literal_separator: true, backslash_escape: true }, tokens: Tokens([RecursivePrefix, Literal('_'), ZeroOrMore]) }
|
7 |
| -DEBUG: built glob set; 6 literals, 0 basenames, 0 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 2 regexes |
8 |
| -DEBUG: Loading data from `[CWD]/_data` |
| 7 | +DEBUG: built glob set; 5 literals, 0 basenames, 0 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 2 regexes |
| 8 | +DEBUG: Loading data from `./_data` |
9 | 9 | DEBUG: glob converted to regex: Glob { glob: "**/.*", re: "(?-u)^(?:/?|.*/)//.[^/]*$", opts: GlobOptions { case_insensitive: false, literal_separator: true, backslash_escape: true }, tokens: Tokens([RecursivePrefix, Literal('.'), ZeroOrMore]) }
|
10 | 10 | DEBUG: glob converted to regex: Glob { glob: "**/_*", re: "(?-u)^(?:/?|.*/)_[^/]*$", opts: GlobOptions { case_insensitive: false, literal_separator: true, backslash_escape: true }, tokens: Tokens([RecursivePrefix, Literal('_'), ZeroOrMore]) }
|
11 | 11 | DEBUG: built glob set; 0 literals, 0 basenames, 0 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 2 regexes
|
12 |
| -DEBUG: Loading snippets from `[CWD]/_includes` |
13 |
| -DEBUG: Copying `[CWD]/some.js` to `[CWD]/_dest/some.js` |
14 |
| -DEBUG: Copying `[CWD]/style/blog.css` to `[CWD]/_dest/style/blog.css` |
| 12 | +DEBUG: Loading snippets from `./_includes` |
| 13 | +DEBUG: Copying `./some.js` to `[CWD]/_dest/some.js` |
| 14 | +DEBUG: Copying `./style/blog.css` to `[CWD]/_dest/style/blog.css` |
15 | 15 | Build successful
|
16 | 16 |
|
17 | 17 | ```
|
0 commit comments