Hugo + Gulp starter project
Hugulp is a tool for optimizing the assets of a Hugo website by mimicking the Ruby on Rails Asset Pipeline. It minifies, concatenates, and fingerprints the assets used in a website, resulting in fewer and smaller network requests and improving user experience. Hugulp is built on Gulp and includes several tools, tasks, and workflows such as sass, less, autoprefixer, clean-css, jshint, uglify, imagemin, gulp-rev, and gulp-rev-replace.
npm install -g hugulp
./scripts/create-docker-machine-and-run-it
Hugulp is a tool that optimizes the assets of a Hugo website by mimicking the Ruby on Rails Asset Pipeline. It minifies, concatenates, and fingerprints the assets, resulting in improved user experience with fewer and smaller network requests. Hugulp is powered by Gulp and includes several tools and workflows for asset optimization.