Skip to content

Commit 85c3560

Browse files
committed
fix: Create the application services directory if it's not there.
1 parent d4c4c13 commit 85c3560

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@css-blocks/ember-app/src/brocolli-plugin.ts

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export class CSSBlocksApplicationPlugin extends Filter {
9797
let serializedData = JSON.stringify(data, undefined, " ");
9898
debug("CSS Blocks Data is: \n%s", serializedData);
9999

100+
this.output.mkdirSync(`${this.appName}/services`, {recursive: true});
100101
this.output.writeFileSync(
101102
`${this.appName}/services/-css-blocks-data.js`,
102103
`// CSS Blocks Generated Data. DO NOT EDIT.

0 commit comments

Comments
 (0)