Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Mar 12, 2019
1 parent 676b9bc commit b52879d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/ember-cli-eyeglass/README.md
Expand Up @@ -136,7 +136,7 @@ my-engine/
If this is an eager engine:


The contents of `my-engine/app/styles/my-engine.scss` will become `dist/assets/eager.css`
The contents of `my-engine/app/styles/my-engine.scss` will become `dist/assets/my-engine.css`
The contents of `my-engine/app/styles/my-other-file.scss` will become `dist/assets/my-other-file.css`
The contents of `my-engine/app/styles/_shared.scss` will only be included if `my-engine.scss` or `my-other-file.scss` explicitly import them.

Expand All @@ -146,9 +146,9 @@ The contents of `my-engine/addon/styles/_shared.scss` will only be included if `

If this is a lazy engine:

The contents of `my-engine/app/styles/my-engine.scss` will become ???
The contents of `my-engine/app/styles/my-other-file.scss` will become ???
The contents of `my-engine/app/styles/_shared.scss` will become ???
The contents of `my-engine/app/styles/my-engine.scss` will be ignored
The contents of `my-engine/app/styles/my-other-file.scss` will be ignore
The contents of `my-engine/app/styles/_shared.scss` will be ignored

The contents of `my-engine/addon/styles/my-addon.scss` will be added to `dist/engine-dist/my-engine/assets/engine.css`
The contents of `my-engine/addon/styles/secondary.scss` will be added to `dist/engine-dist/my-engine/assets/engine.css`
Expand Down

0 comments on commit b52879d

Please sign in to comment.