middleman-webpack
middleman-webpack copied to clipboard
Middleman with Webpack for the asset pipeline.
Instrument Middleman Template
A Middleman template project. Using the following open source tools:
Front End
- jQuery
- SCSS
- Autoprefixer
- Babel
- AirBnB ESlint
- Webpack (for JS module bundling)
Setup
npm install
bundle install
Local environment
To spin up a local middleman server run:
bundle exec middleman server
Builds
To build static assets:
bundle exec rake build