Skip to content

Commit

Permalink
Add notes about how to install the SASS extension
Browse files Browse the repository at this point in the history
  • Loading branch information
HavokInspiration committed Aug 8, 2017
1 parent 72fdcc4 commit 432bc72
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,26 @@ The recommended way to install composer packages is:
composer require elephfront/robo-sass
```

## Installing the extension

To install the extension, you need to follow the steps below :

```
git clone git://github.com/absalomedia/sassphp`
cd sassphp
git submodule init
git submodule update
php install.php
make test
make install
```

Once the extension has been installed, you need to update your php.ini (or add a new configuration file your php.ini goes looking in to load extra configuration setup) file to install the extension on your PHP setup by adding the following line :

```
extension=sass.so
```

## Using the task

You can load the task in your RoboFile using the `LoadSassTaskTrait` trait:
Expand Down

0 comments on commit 432bc72

Please sign in to comment.