You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
ember-cli-sass uses libsass to preprocess your ember-cli app's files and provides support for source maps and include paths. It provides support for the common use case for Ember.js projects:
8
8
9
9
- Source maps by default in development
10
-
- Support for [`outputPaths` configuration](http://www.ember-cli.com/#configuring-output-paths)
10
+
- Support for [`outputPaths` configuration](http://ember-cli.com/user-guide/#configuring-output-paths)
11
11
- Provides the ability to specify include paths
12
12
13
13
## Installation
@@ -37,7 +37,7 @@ var app = new EmberApp({
37
37
38
38
### Processing multiple files
39
39
40
-
If you need to process multiple files, it can be done by [configuring the output paths](http://www.ember-cli.com/#configuring-output-paths) in your `ember-cli-build.js`:
40
+
If you need to process multiple files, it can be done by [configuring the output paths](http://ember-cli.com/user-guide/#configuring-output-paths) in your `ember-cli-build.js`:
41
41
42
42
```js
43
43
var app =newEmberApp({
@@ -58,7 +58,7 @@ In a previous versions the `sassOptions` config property was incorrectly moved t
58
58
59
59
In versions of Ember CLI before 1.13 the `sassOptions` config property was placed in `Brocfile.js`, this has since been deprecated. If you are upgrading from an older verion of Ember CLI move your `sassOptions` to `ember-cli-build.js` and remove your Brocfile. For more information check out the [Ember CLI Brocfile transition guide](https://github.com/ember-cli/ember-cli/blob/master/TRANSITION.md#brocfile-transition).
60
60
61
-
If you were using the `inputFile` and `outputFile` options, this is now done by [configuring the output paths](http://www.ember-cli.com/#configuring-output-paths) in `ember-cli-build.js`.
61
+
If you were using the `inputFile` and `outputFile` options, this is now done by [configuring the output paths](http://ember-cli.com/user-guide/#configuring-output-paths) in `ember-cli-build.js`.
0 commit comments