You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed along with the instructions, downloaded the gem and included a jekyll_asset_pipeline.rb file in my plugins directory that requires the gem. I also tried using the _config.yml gem option to include the plugin.
I have two CSS files that aught to be concatenated, but the resultant html file in _site contains the same liquid tags as the input with no error:
I followed along with the instructions, downloaded the gem and included a
jekyll_asset_pipeline.rb
file in my plugins directory that requires the gem. I also tried using the_config.yml
gem option to include the plugin.I have two CSS files that aught to be concatenated, but the resultant html file in
_site
contains the same liquid tags as the input with no error:I have another plugin running so I know that I'm not in
safe
mode. I'm using Jekyll version 2.4.0.The text was updated successfully, but these errors were encountered: