Skip to content

Commit 140ab30

Browse files
committed
readme and travis
1 parent c307b8a commit 140ab30

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ before_script:
1212
- npm install -g gulp-cli
1313

1414
script:
15-
- npm install
1615
- gulp

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://raw.githubusercontent.com/viur-ignite/ignite/master/LICENSE)
2-
2+
[![Build Status](https://travis-ci.org/viur-framework/ignite.svg?branch=release%2F3.0.00)](https://travis-ci.org/viur-framework/ignite)
33

44
# Ignite
55
>The Ignite Framework is the first attempt in building a sturdy foundation for ViUR products and Mausbrand projects.<br>This CSS toolkit is the very core of ViUR Ignite. It is built upon the principles of many CSS guides and frameworks.
@@ -30,9 +30,12 @@ Thanks guys!
3030
* Ignite is JavaScript free as most projects use their own JS implementation (We are stil working on our own JS lib: ViUR Ignite JS).
3131

3232
## Install
33+
Install global and local dependencies with
3334
```
34-
$ npm install
35+
$ npm run setup
3536
```
37+
probably you have to run this as sudo
38+
3639

3740
## Usage
3841
edit the style.less and compile the css with

0 commit comments

Comments
 (0)