grunt-gh-pages
grunt-gh-pages copied to clipboard
Publish to GitHub pages with Grunt
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
The [`gh-pages`](https://github.com/tschaub/gh-pages) package was extracted from this one some time ago and has been more actively maintained. It should be relatively straightforward to make `gh-pages` a dependency of this package...
Hi, I'm having a strange problem where grunt-gh-pages keeps dying with the error "Fatal error: spawn ENOENT" after it's checked out origin/gh-pages. Cloning [email protected]:datasift/datasift-node.git into .grunt/grunt-gh-pages/gh-pages/src Cleaning Fetching origin Checking...
Before `gh-pages` I personally knew [`grunt-bump`](https://github.com/vojtajina/grunt-bump) - used in one of my projects. So they have code, which takes `package.json`/`bower.json` `version` and use it for commit/tagName purpose. I thought, it's...
here is my task config: ``` 'gh-pages':{ options: { base: 'gh-gh', dotfiles: true, message: 'gh-pages updated', tag:'2.1.0' }, src: '**' } ``` Based on this config, when I execute first...
The `git rm` command used doesn't remove the files
It created a file with content: ``` true ```
The `only` var is filled with a filelist based on the `base` directory (root by default) instead of the `clone` directory, while the files in the clone directory needs to...