-
Notifications
You must be signed in to change notification settings - Fork 680
Blendid 5.0 #540
base: master
Are you sure you want to change the base?
Blendid 5.0 #540
Changes from 26 commits
de4965d
3052a0d
90ba19f
4be18d6
f23c8f0
0725cce
0760e55
ebf8a08
6a307ba
7d6526c
77ce4f7
fde9934
f943fcb
34e3cb7
1efa34e
3f74340
36be351
900c060
b789b30
8df7b20
32966e3
90600b7
7895c42
5ef2ed3
559d417
8790767
29e6131
625d9e2
9420ab7
ab0edf6
add4d5d
ce937b1
212c4e4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"_developer-comment": "this file to stay empty to ensure CI builds pass. editable .stylelintrc found at root/.stylelintrc", | ||
"rules": {} | ||
} | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# ![Blendid](https://raw.githubusercontent.com/vigetlabs/blendid/master/extras/blendid-logo.png) | ||
# ![Blendid](https://raw.githubusercontent.com/vigetlabs/blendid/master/root/blendid-logo.png) | ||
|
||
[![Build Status](https://travis-ci.org/vigetlabs/blendid.svg?branch=static-server)](https://travis-ci.org/vigetlabs/blendid) | ||
[![Stories in Ready](https://badge.waffle.io/vigetlabs/blendid.png?label=ready&title=Ready)](https://waffle.io/vigetlabs/blendid) | ||
|
||
**Blendid** *(formerly known as Gulp Starter)* is a delicious stand-alone blend of tasks and build tools poured into [Gulp](http://gulpjs.com/) to 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** 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. | ||
|
||
## Quick start on a fresh project (empty directory) | ||
```bash | ||
yarn init | ||
yarn add blendid | ||
yarn run blendid -- init | ||
yarn run blendid init | ||
yarn run blendid | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this could just be There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i think you are correct. not sure why the |
||
``` | ||
|
||
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. We should add this to our internal react template.
cc @solomonhawk