Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Files

Latest commit

author
benjtinsley
Feb 1, 2018
212c4e4 · Feb 1, 2018

History

History
31 lines (21 loc) · 1.72 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.72 KB

Blendid

Build Status Stories in Ready

Blendid is a delicious stand-alone blend of tasks and build tools that form a full-featured modern asset pipeline. It can be used as-is as a static site builder, or can be configured and integrated into your own development environment and site or app structure.

Blendid 5.0

Blendid is getting an overhaul. We at Viget use Blendid for all of our projects but it is starting to grow stale. In an effort to keep it easy to maintain and valuable for us, we have decided to simplify what it does. This means for version 5, we will be removing the extras/ directory in favor of the making the default init task as up to date as possible. We are also be adding better documentation to the wiki in order to make it clear and useful for the community.

Quick start on a fresh project (empty directory)

yarn init
yarn add blendid
yarn blendid init
yarn blendid

This will create default src and config files in your directory and start compiling and live-updating files! Try editing them and watch your browser auto-update!

Documentation

Full documentation is available on the Wiki


Code At Viget

Visit code.viget.com to see more projects from Viget.