Skip to content

Commit b014a03

Browse files
author
Eugene Matvejev
authored
Merge pull request #59 from eugene-matvejev/master
update README.md
2 parents ff67587 + 1127df4 commit b014a03

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,16 @@ _example_:
4242
{
4343
"format": "compact",
4444
"input": [
45-
"tests/shared-fixtures/scss"
45+
"tests/shared-fixtures/compass/app.scss"
4646
],
47-
"output": "var/cache/assets/scss.css"
47+
"output": "var/cache/assets/compass.css"
4848
},
4949
{
5050
"format": "compact",
5151
"input": [
5252
"tests/shared-fixtures/sass"
5353
],
5454
"output": "var/cache/assets/sass.css"
55-
},
56-
{
57-
"format": "compact",
58-
"input": [
59-
"tests/shared-fixtures/compass/app.scss"
60-
],
61-
"output": "var/cache/assets/compass.css"
6255
}
6356
]
6457
}

0 commit comments

Comments
 (0)