Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 231553f

Browse files
committed
feat(docs): improve it
1 parent 2a7de92 commit 231553f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ Gulp Drupal Theme - Core
33

44
![gulp-drupal-theme-core-banner](banner.png)
55

6-
[![Maintenance](https://img.shields.io/maintenance/yes/2017.svg)]() [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/ovh/ux) [![travis](https://travis-ci.org/ovh-ux/gulp-drupal-theme-core.svg?branch=master)](https://travis-ci.org/ovh-ux/gulp-drupal-theme-core)
6+
[![Maintenance](https://img.shields.io/maintenance/yes/2017.svg)]()
7+
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/ovh/ux)
8+
[![travis](https://travis-ci.org/ovh-ux/gulp-drupal-theme-core.svg?branch=master)](https://travis-ci.org/ovh-ux/gulp-drupal-theme-core)
9+
[![Documentation Status](https://readthedocs.org/projects/gulp-drupal-theme-core/badge/?version=latest)](http://gulp-drupal-theme-core.readthedocs.io/en/latest/?badge=latest)
10+
711

812
This theme core is to be included in your main project and sets up many Gulp tasks that can work in many flexible ways by passing in different `config` objects, which can be based off of `gulpfile.default.yml` (and is merged with).
913

docs/usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $ npm install --save-dev babel-preset-es2015
4242
And create a `.babelrc` file:
4343
```json
4444
{
45-
"presets": ["es2015"]
45+
"presets": ["es2015"]
4646
}
4747
```
4848

0 commit comments

Comments
 (0)