Search code examples
javascripthtmlcssjekyll

Is JS minification possible within jekyll?


I am working on a project using Jekyll and as a part of that, there is the need to minify HTML-CSS-JS. Is JS minification possible as in-build in jekyll? This might be a very basic question. But being a newbie to jekyll, any help is appreciated.


Solution

  • You have to use a plugin, AFAIK.

    According to this thread you should use the Jekyll Assets plugin.