retrogradeorbit / bootleg

Simple template processing command line tool to help build static websites
Eclipse Public License 2.0
255 stars 12 forks source link

Missing file not found in yaml function #17

Closed retrogradeorbit closed 4 years ago

retrogradeorbit commented 4 years ago

Passing a non existent file to yaml does not result in a file not found error, but instead returns nil

$ bootleg -d -e '(yaml "nonexistent.yml")'
nil
retrogradeorbit commented 4 years ago

resolved in https://github.com/retrogradeorbit/bootleg/commit/f73765cf21e242d021f4ecb7c8af1f5277b00f83