Skip to content

Commit

Permalink
Merge pull request #53 from johncarl81/log_warning
Browse files Browse the repository at this point in the history
Added tilt warning
  • Loading branch information
johncarl81 committed Jan 3, 2016
2 parents 9dd01fb + aec7c89 commit 38eb083
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,16 @@ Other files are assumed to be HTML and will be processed by the standard doclet.
// end::doclet-options[]
// end::usage[]

=== Log Warning

Currently there is a intermittent benign warning message that is emitted during a run of Asciidoclet stating the following:

....
WARN: tilt autoloading 'tilt/haml' in a non thread-safe way; explicit require 'tilt/haml' suggested.
....

Unfortunately, until the underlying library removes this warning message, it will be logged during the build.

== Additional Features

Make sure to see {asciidoclet-release-ref}[Asciidoclet 1.5.0 Release Notes] for additional features not documented here.
Expand Down

0 comments on commit 38eb083

Please sign in to comment.