An ES6 sample project using Rollup, Bublé (as a plugin), Sass (node-sass).
This package shows how to get started writing ES6 modules. The workflow is like this:
Because all these tools and how they fit together can be scary at the beginning.
$ git clone git@github.com:jonataswalker/es6-sample-project.git
$ cd es6-sample-project
$ npm install
$ make build-watch
$ make build
$ make build-js
Includes make bundle-js
make lint
make uglifyjs
make add-js-header
$ make build-css
Includes make compile-sass
make prefix-css
make cleancss
make add-css-header
Because it's just great.
For the sake of simplicity.
See here a demo.