Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vigetlabs/blendid
A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder
https://github.com/vigetlabs/blendid
asset-pipeline browsersync gulp gulp-starter svg-sprites webpack
Last synced: 3 months ago
JSON representation
A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder
- Host: GitHub
- URL: https://github.com/vigetlabs/blendid
- Owner: vigetlabs
- License: mit
- Archived: true
- Created: 2014-01-11T00:37:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T03:49:31.000Z (over 4 years ago)
- Last Synced: 2024-09-23T05:32:29.426Z (3 months ago)
- Topics: asset-pipeline, browsersync, gulp, gulp-starter, svg-sprites, webpack
- Language: JavaScript
- Homepage:
- Size: 2.76 MB
- Stars: 4,969
- Watchers: 149
- Forks: 682
- Open Issues: 73
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-list - blendid
- awesome-starred-test - vigetlabs/blendid - A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder (JavaScript)
- awesome-github-repos - vigetlabs/blendid - A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder (JavaScript)
README
# ![Blendid](https://raw.githubusercontent.com/vigetlabs/blendid/master/blendid-logo.png)
[![Build Status](https://travis-ci.org/vigetlabs/blendid.svg?branch=static-server)](https://travis-ci.org/vigetlabs/blendid)
**Blendid** is a delicious stand-alone blend of tasks and build tools poured together as 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.
## Heads up
**The Viget team is no longer actively developing Blendid.** We will continue to maintain it for existing clients, and if you're interesting in becoming a maintainer [get in touch](https://www.viget.com/contact/)!
## Quick start on a fresh project (empty directory)
```bash
yarn init
yarn add blendid
yarn run blendid init
yarn run 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](https://github.com/vigetlabs/blendid/wiki)
***
Visit [code.viget.com](http://code.viget.com) to see more projects from [Viget.](https://viget.com)