This repository has been archived by the owner on Oct 15, 2021. It is now read-only.
Release 1.0.0 🎉
The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications. Baumeister provides:
- a file structure with focus on maintainability and upgradability
- a Gulp workflow with the following »features«
- generate static sites with ease using handlebars templates
- optional – see details
- transpile, bundle and minify your code
- ES6 as well as Sass
- remove
console
output anddebugger
statements in production files - add vendor prefixes
- lint JavaScript, Sass and HTML
- optimize images (lossless)
- start a local server
- keep browsers in sync for testing
- delete unused CSS (optional)
- check for know vulnerabilities in dependencies
- release new versions
- run unit tests and create coverage reports
- and more.
- generate static sites with ease using handlebars templates
See README for detailed information.
Thanks to everyone who spent time and effort into getting here ❤️