semantic-ui dist folder – Deployment without npm and/or gulp-open source projects Semantic-Org/Semantic-UI

I have a dist folder inside semantic-ui zip file that I downloaded (version 1.8.1 to be precise)

Is this folder the only thing i need to deploy my Web Application as far as semantic-ui related files are concerned?

Would including semantic.js and semantic.css be enough for my web application?

I am asking this question as I want to eliminate the need of installing npm and gulp on my target machines and would just like to copy over the css and js files that are needed by the application.