vale981
|
141bfd7b14
|
Fix Error MSG
|
2017-12-29 19:34:33 +01:00 |
|
Valentin Boettcher
|
d492a4f69e
|
Consolidate now allows absolute partial paths.
|
2017-09-20 12:39:05 +02:00 |
|
Valentin Boettcher
|
c4500d3b29
|
Allow to omit template extensions.
|
2017-09-20 10:57:26 +02:00 |
|
Valentin Boettcher
|
65aaa7857e
|
Custom Layout Keys
|
2017-09-06 17:08:29 +02:00 |
|
Pascal Hertleif
|
7b8bd9b3e1
|
Add custom error message to include file path (#130)
This leads to errors like
```
Error rendering template `content.html` for file `styleguide/text-media.html`:
Error: Parse error on line 102:
... {{#if headline)}} <div class
-----------------------^
Expecting 'CLOSE', 'OPEN_SEXPR', 'ID', 'OPEN_BLOCK_PARAMS', 'STRING', 'NUMBER', 'BOOLEAN', 'UNDEFINED', 'NULL', 'DATA', got 'CLOSE_SEXPR'
```
|
2017-08-13 11:40:44 +02:00 |
|
bbor
|
aee9acd617
|
Fixes "too many opened files" error (#120)
* Fixes a problem with too many opened files when treating a large number of input files.
* Tab to space.
|
2017-04-20 10:05:03 +02:00 |
|
Micah Godbolt
|
abff1127a9
|
added patternExtension property to provide method for limiting which files are considered patterns
|
2017-02-01 23:53:04 -08:00 |
|
Zak Henry
|
78f2a70605
|
Adds check if paths are already absolute before joining the metalsmith path
|
2016-06-01 21:57:44 +01:00 |
|
Frederik Dudzik
|
1770c98084
|
Expose consolidate.requires fix #18
|
2016-05-10 00:28:16 +02:00 |
|
Eric Grubaugh
|
3aaba9fc35
|
Replace backslashes in partial names with expected forward slashes
|
2016-04-16 07:58:18 -06:00 |
|
ismay
|
fafda91e4e
|
Update readme and clarify layout:false option
|
2016-02-22 16:03:09 +01:00 |
|
John Firebaugh
|
2f275dbf56
|
Support layout: false to override a default layout
|
2016-02-14 11:37:19 -08:00 |
|
ismay
|
a4dd05abac
|
Add rename option
|
2016-02-14 15:20:30 +01:00 |
|
ismay
|
cd2e09d557
|
Fix path issue on windows
Closes #60
|
2016-02-14 14:45:25 +01:00 |
|
ismay
|
43e80e2ab3
|
Move layout check
|
2015-09-19 12:50:41 +02:00 |
|
ismay
|
5712464e93
|
Ignore files without a layout
|
2015-08-14 14:16:18 +02:00 |
|
ismay
|
6986a9b938
|
Add error handling for unspecified layout
|
2015-08-08 13:31:43 +02:00 |
|
ismay
|
f6f391327c
|
Add partials option
|
2015-08-07 16:10:22 +02:00 |
|
ismay
|
222a27de59
|
Update eslint config
|
2015-08-06 17:04:59 +02:00 |
|
ismay
|
4e5dffdd08
|
Add error handling
|
2015-07-25 12:11:35 +02:00 |
|
ismay
|
59424ccf12
|
Ignore binary files
|
2015-07-25 11:58:40 +02:00 |
|
ismay
|
f436db5cf0
|
Add dotfiles
|
2015-07-25 11:22:36 +02:00 |
|
ismay
|
77e13d8558
|
Layouts instead of templates, closes #2
|
2014-11-17 20:30:49 +01:00 |
|
ismay
|
584e0f108c
|
Remove in-place rendering
|
2014-11-04 19:15:35 +01:00 |
|
Blake Embrey
|
3cb6400bc1
|
Update for metalsmith 1.x
|
2014-10-02 11:10:29 -06:00 |
|
Ian Storm Taylor
|
2a7d907555
|
0.5.2
* fix breaking binary files
|
2014-07-09 11:15:03 -07:00 |
|
Ian Storm Taylor
|
77bc503c56
|
0.5.1
* fix race condition with stringify file contents
|
2014-06-11 10:17:53 -07:00 |
|
Ian Storm Taylor
|
5b35555ed2
|
fix style
|
2014-04-29 11:07:26 -07:00 |
|
André König
|
f01b629894
|
Using 'lodash.omit' instead of own implementation.
|
2014-04-29 08:28:59 +02:00 |
|
Ian Storm Taylor
|
9c794d582d
|
0.4.0
* add `default` option
|
2014-04-02 12:28:52 -07:00 |
|
Ian Storm Taylor
|
dcf8402877
|
add in place option, change pattern to just restrict
|
2014-03-10 21:41:55 -07:00 |
|
Ian Storm Taylor
|
bcf5595c2f
|
0.2.1
|
2014-03-10 14:23:30 -07:00 |
|
Ian Storm Taylor
|
21d8cbf0fa
|
add rendering of files in place
|
2014-03-08 19:56:18 -08:00 |
|
Ian Storm Taylor
|
f2c87b09d8
|
0.1.0
* add `string` engine convenience
|
2014-03-05 21:11:21 -08:00 |
|
Ian Storm Taylor
|
2ba605ef4e
|
0.0.6
* fix `directory` option bug
|
2014-02-07 19:43:04 -08:00 |
|
Ian Storm Taylor
|
388c30ecda
|
0.0.5
* stringify `contents` on the original file data
|
2014-02-07 10:00:47 -08:00 |
|
Ian Storm Taylor
|
71a790621c
|
0.0.4
* switch to `extend` from `defaults` to avoid cloning
* add debug statements
|
2014-02-06 23:14:17 -08:00 |
|
Ian Storm Taylor
|
5ff36814aa
|
0.0.3
* fix to use buffers
|
2014-02-06 11:33:50 -08:00 |
|
Ian Storm Taylor
|
07ca571862
|
0.0.2
* mix in metadata
|
2014-02-05 11:44:18 -08:00 |
|
Ian Storm Taylor
|
53b63f440a
|
first commit
|
2014-02-04 21:47:35 -08:00 |
|