grunt-xml-sitemap:[已弃用-参见https

时间:2024-05-27 16:40:15
【文件属性】:

文件名称:grunt-xml-sitemap:[已弃用-参见https

文件大小:11KB

文件格式:ZIP

更新时间:2024-05-27 16:40:15

JavaScript

grunt-xml-sitemap Grunt插件,用于生成XML站点地图以用于搜索引擎索引。 入门 该插件需要Grunt。 如果您以前从未使用过 ,请务必查看《指南》,因为它说明了如何创建以及安装和使用Grunt插件。 熟悉该过程后,可以使用以下命令安装此插件: npm install grunt-xml-sitemap --save-dev 插件安装完成后,可以使用以下JavaScript代码在您的Gruntfile中启用该插件: grunt . loadNpmTasks ( 'grunt-xml-sitemap' ) ; “ xml_sitemap”任务 概述 在项目的Gruntfile中,将一个名为xml_sitemap的节添加到传递给grunt.initConfig()的数据对象中。 grunt . initConfig ( { xml_sitemap : {


【文件预览】:
grunt-xml-sitemap-master
----.travis.yml(79B)
----package.json(1KB)
----tasks()
--------xml_sitemap.js(3KB)
----test()
--------expected()
--------xml_sitemap_test.js(1KB)
--------fixtures()
----Gruntfile.js(3KB)
----.gitignore(134B)
----_grunt-xml-sitemap.sublime-project(196B)
----README.md(5KB)
----.jshintrc(191B)
----.editorconfig(186B)

网友评论