From ec3dc0dc231839c0fe3393ae79a65f8cbfb46a90 Mon Sep 17 00:00:00 2001 From: Matt Darnall Date: Wed, 16 Sep 2015 16:28:44 -0700 Subject: [PATCH] Removed the reference to imagePaths option - not part of node-sass v3.0.x --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 65b9590..e22a28f 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,5 @@ server.register({ * `routePath`: the route to register with hapijs. Defaults to `/css/{file}.css`. The `{file}` portion of the string is currently significant. It's used as a request parameter. * `outputStyle`: [parameter for node-sass](https://github.com/sass/node-sass#outputstyle). Defaults to `compressed` * `sourceComments`: [parameter for node-sass](https://github.com/sass/node-sass#sourcecomments). Defaults to `false`. -* `imagePath`: [parameter for node-sass](https://github.com/sass/node-sass#imagepath). Defaults to `undefined`. * `includePaths`: [parameter for node-sass](https://github.com/sass/node-sass#includepaths). Defaults to `[]`.