grunt-sitemap
grunt-sitemap copied to clipboard
Grunt plugin for generating sitemaps
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.3 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.5.5 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 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...
Hi, could you please increment the package version from 2.0.1 to e.g. 2.1.0 after your update regarding filename property for the generated sitemap? I am using your package through npm,...
``` js sitemap: { dist: { pattern: ['./dist/**/*.html', '!./dist/**/google*.html'], siteRoot: './dist' } }, ``` should be ``` js sitemap: { dist: { pattern: ['**/*.html', '!**/google*.html'], siteRoot: './dist' } }, ```
My build environment is set up using Yoeman. So in my root build directory structure I have "app" (my pre-grunt build app), "bower_components", "node_modules", "test", and "dist" (post grunt build...
Is there a clever way to give different priorities to my pages? Something like: - index.html: 1 - all the rest: 0.8 - except imprint.html: 0.5