Skip to content

Tags: bikecoders/angular-cli-ghpages

Tags

0.6.0-rc.2

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

0.6.0-rc.1

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

0.6.0-rc.0

Merge branch 'ng-deploy'

Former-commit-id: 8aa1a01

0.5.3

typo

0.5.2

minor feature: also adds the commit subject and body, when executed o…

…n Travis CI

v0.5.2

v0.5.1

new npm release v0.5.1: copies `index.html` to `404.html` by default …

…and new `--dry-run` option

v0.5.0

BREAKING CHANGE: broken --silent / --dotfiles feature is replace by -…

…-no-silent and --no-dotfiles

fixes angular-schule#6

v0.4.1

forgot the shebang line

v0.3.2

no deps on ember-cli to simplify everything

v0.3.1

fixes meta information