hexojs / hexo-asset-pipeline

A hexo plugin to minify/optimize HTML, CSS, JS and images. Supports revisioning of assets.
30 stars 16 forks source link

Revisioning turned my src or href attribute into "\undefined" #14

Closed vimcaw closed 6 years ago

vimcaw commented 6 years ago

Like this:

<link rel="stylesheet" href="/undefined">

Terminal doesn't display any error.

After I disabled revisioning, src or href attribute is right.

_config.yml:

asset_pipeline:
  revisioning:
    enable: true