feat(nx): add appropriate favicons for different frameworks (#1157)
This commit is contained in:
parent
7d599269e7
commit
0c0788880d
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.2 KiB |
@ -10,7 +10,8 @@ import {
|
||||
apply,
|
||||
template,
|
||||
move,
|
||||
url
|
||||
url,
|
||||
MergeStrategy
|
||||
} from '@angular-devkit/schematics';
|
||||
import { Schema } from './schema';
|
||||
import * as ts from 'typescript';
|
||||
@ -197,7 +198,8 @@ function addApplicationFiles(options: NormalizedSchema): Rule {
|
||||
tmpl: ''
|
||||
}),
|
||||
move(options.appProjectRoot)
|
||||
])
|
||||
]),
|
||||
MergeStrategy.Overwrite
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user