文件名称:grunt-config:定义目标特定设置的简便方法
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-31 22:11:15
JavaScript
grunt-config 定义目标特定设置的简便方法。 安装 从NPM: npm install grunt-config --save-dev 用法 假设通过NPM安装,则可以在gruntfile中使用grunt-config ,如下所示: module . exports = function ( grunt ) { grunt . initConfig ( { config : { dev : { options : { variables : { 'environment' : 'development' } } } , prod : { options : { variables : {
【文件预览】:
grunt-config-master
----.gitattributes(19B)
----.github()
--------workflows()
----commitlint.config.js(69B)
----Gruntfile.js(2KB)
----tasks()
--------config.js(932B)
----license(1KB)
----test()
--------fixtures()
--------test.js(542B)
----README.md(6KB)
----.husky()
--------commit-msg(80B)
--------prepare-commit-msg(83B)
--------.gitignore(2B)
----.npmrc(19B)
----.editorconfig(147B)
----.gitignore(23B)
----package.json(2KB)