The perfect

front-end workflow

Batteries Included

Full Featured

  • Webpack + Babel
  • Sass (super fast libass)
  • Optional HTML templating with Nunjucks
  • Hot module loading with React support
  • BrowserSync
  • Ready to use testing setup with
    Karma + Mocha + Chai + Sinon
  • Deploy directly to gh-pages
  • Optimized Production Build with filename hashing and asset helpers

Install a single dependency

yarn add blendid

Auto-generate starter files

yarn run blendid -- init

Develop

yarn run blendid

Production Builds

yarn run blendid -- build
  • Uglify, optimize, and compress files
  • Report filesizes
  • Hash Filenames (optionally)

Fully configureable for any stack

task-config.js

Configure and fine-tune exposed task options

path-config.json

Configure paths to match your project structure

One common set of tools for every project

We use it with

  • Ruby on Rails
  • Django
  • Craft
  • Wordpress
  • React Apps
  • Static Sites

Roadmap

  • Get out of Beta and merge with master!
  • Improve exposed configuration documentation
  • Allow passing in custom tasks, or swapping out one for another. E.g., swap in a PostCSS or Less task for Sass
  • Include linting

Try it out!

Made with Slides.com