Skip to content

Commit 20048cc

Browse files
Tim Lindvallchriseppstein
authored andcommitted
fix: Typo in concat options docs.
Co-authored-by: Chris Eppstein <[email protected]>
1 parent dfa90dc commit 20048cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/@css-blocks/ember-utils/src/options.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ export interface BroccoliConcatOptions {
3434
* tree for ember-app. You can use globs if preferred.
3535
*
3636
* Any top-level files that are processed by Ember CLI will likely be stored
37-
* at "styles/<name-of-file>.css". You can use a plugin such as broccoli-debug
37+
* at "assets/<name-of-file>.css". You can use a plugin such as broccoli-debug
3838
* to determine the structure of your styles after processing.
3939
*
4040
* Your CSS Blocks file will be available by default
41-
* at "styles/css-blocks.css", but will vary if the "output" property is set
41+
* at "assets/css-blocks.css", but will vary if the "output" property is set
4242
* in your CSS Blocks options.
4343
*/
4444
inputFiles?: string[];

0 commit comments

Comments
 (0)