Filters The following is a list of all filters that come bundled with Nanoc. filter invokes the command-line tool of AsciiDoc. This filter takes no options. For example, the following will convert an AsciiDoc page to HTML: filter invokes Asciidoctor, a Ruby implementation of AsciiDoc. Unlike the filter can be customized. For example, the following will convert an AsciiDoc page to HTML: filter invokes BlueCloth, a pure-Ruby implementation of Markdown. This filter takes no options. For example, the following will convert a Markdown page to HTML: filter runs the content through CoffeeScript. This filter takes no options. For example, the following will convert CoffeeScript source code into...
Continue reading...
Editing the Configuration Options Pattern Lab Node comes with a configuration file ( ) that allows you to modify certain aspects of the system. The latest default values are included within. This file is shipped within the editions or can be supplied from core and the command line interface. Below is a description of each configuration option and how it affects Pattern Lab Node. cacheBust Instructs Pattern Lab to append a unique query string to Javascript and CSS assets throughout the frontend. cleanPublic Sets whether or not to delete upon each build of Pattern Lab. When set to false, incremental builds are also enabled. defaultPatttern Sets a specific pattern upon launch of the styleguide...
Continue reading...