Tags: maxprofs-llcio/angular-cli-ghpages
Tags
docs: the example --base-href for a non-custom domain should be termi… …nated with a slash. fixes angular-schule#62 Many thanks to @TrevorKarjanis
bugfix: pathes were wrong for windows
issue:
--cname was broken, 404.html wasnt created
error message:
Error when trying to deploy:
{ [Error: ENOENT: no such file or directory, open 'X:\X\\your-angular-project\dist\your-angular-project\CNAME']
resolution:
workspace.root was "normalized" (Windows drivers are replaced with `/X/`, where X is the drive letter)
but this was breaking with fse.writeFile() and fse.copy(), used asWindowsPath() to fix that again
question @mgechev
Is there some better / recommend way to solve this?
fixes angular-schule#61
BREAKING CHANGE: broken --silent / --dotfiles feature is replace by -… …-no-silent and --no-dotfiles fixes angular-schule#6
PreviousNext