Skip to content

Commit

Permalink
fix: Persist style extension config at project creation.
Browse files Browse the repository at this point in the history
Closes #780
  • Loading branch information
pkamdem authored and hansl committed May 20, 2016
1 parent 5b5dcff commit 9474ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/ng2/blueprints/ng2/files/angular-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"defaults": {
"prefix": "<%= prefix %>",
"sourceDir": "<%= sourceDir %>",
"styleExt": "css",
"styleExt": "<%= styleExt %>"
"prefixInterfaces": false
}
}

0 comments on commit 9474ef2

Please sign in to comment.