Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cant89 committed May 10, 2016
1 parent 0161ec0 commit 2229e07
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
#

# gulp-sass-partials-imported

>It process scss partials files and add the files that import them to the pipe.
Use it with gulp-cached and gulp-sass to create a watch task that avoid the re-compile of all the scss files in the project everytime you save one of them, saving a lot of time.

## Install
======

```
$ npm install --save-dev gulp-sass-partials-imported
```

## Usage
======

In the example below we have a `watch` task that, everytime we save a partial file, adds to the pipe files that import the partial file.

Expand Down

0 comments on commit 2229e07

Please sign in to comment.