Skip to content

Tags: maxprofs-llcio/angular-cli-ghpages

Tags

v0.6.0

Toggle v0.6.0's commit message
release: 0.6.0

0.6.0-rc.2

Toggle 0.6.0-rc.2's commit message
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

Toggle 0.6.0-rc.1's commit message
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

Toggle 0.6.0-rc.0's commit message
Merge branch 'ng-deploy'

Former-commit-id: 8aa1a01

0.5.3

Toggle 0.5.3's commit message
typo

0.5.2

Toggle 0.5.2's commit message
minor feature: also adds the commit subject and body, when executed o…

…n Travis CI

v0.5.2

v0.5.1

Toggle v0.5.1's commit message
new npm release v0.5.1: copies `index.html` to `404.html` by default …

…and new `--dry-run` option

v0.5.0

Toggle v0.5.0's commit message
BREAKING CHANGE: broken --silent / --dotfiles feature is replace by -…

…-no-silent and --no-dotfiles

fixes angular-schule#6

v0.4.1

Toggle v0.4.1's commit message
forgot the shebang line

v0.3.2

Toggle v0.3.2's commit message
no deps on ember-cli to simplify everything