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
# https://github.com/next-theme/hexo-optimize#readmefilter_optimize:
enable: true# remove the surrounding comments in each of the bundled filesremove_comments: falsecss:
# minify all css filesminify: true# bundle loaded css files into onebundle: true# use a script block to load css elements dynamicallydelivery: true# make specific css content inline into the html page# - only support the full path# - default is ['css/main.css']inlines:
excludes:
js:
# minify all js filesminify: true# bundle loaded js files into onebundle: trueexcludes:
# set the priority of this plugin,# lower means it will be executed first, default of Hexo is 10priority: 12
Solution
I installed these dependencies manually and it succeeded.
This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Error encountered
When running
hexo generate
_config.yml
was the same as README indicated.Solution
I installed these dependencies manually and it succeeded.
And I need to install
autoconf
system-wide sinceimagemin-gifsicle
failed to fetch pre-built binary and I had to compile it.Should we add imagemin and plugins to dependencies?
My
package.json
: package.zipThe text was updated successfully, but these errors were encountered: