Starting point for Middleman projects that use Webpack to build js files.
- preprocess SASS
- vendor-prefix CSS
- minify CSS files (during build)
- add hash for cache burst (during build)
- polyfill JS files with babel (only includes the polyfills and code transforms needed for the last two versions of each browser, and versions of Safari greater than or equal to 7)
- uglify JS files (during build)
bundle install
yarn install
middleman serve
bundle install
yarn install
middleman build