Using Nanoc with Bower and CoffeeScript -
i had use static
datasource bower packages because nanoc (filesystem_unified
datasource) not allow multiple files same filename , different extension.
but static datasource treats each item binary , not allow me apply filters
, can not apply filter .coffee files in order compile .js
any suggestions?
it lets apply filters, not text filters, since static data source items "binary".
nanoc 4 fixing whole mess of things this, need fix sooner :)
the easiest fix drop copy of static data source in lib
directory, change name/class unique, switch item type text, , use version instead.
Comments
Post a Comment