Skip to content

Commit 85c9aec

Browse files
pkamdemhansl
authored andcommitted
fix: Persist style extension config at project creation.
Closes #780
1 parent 5b5dcff commit 85c9aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/ng2/blueprints/ng2/files/angular-cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"defaults": {
2626
"prefix": "<%= prefix %>",
2727
"sourceDir": "<%= sourceDir %>",
28-
"styleExt": "css",
28+
"styleExt": "<%= styleExt %>",
2929
"prefixInterfaces": false
3030
}
3131
}

0 commit comments

Comments
 (0)