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.
You have to use a plugin, AFAIK.
According to this thread you should use the Jekyll Assets plugin.