grunt-ccompiler:闭包编译器 Grunt 插件

时间:2021-06-11 10:39:16
【文件属性】:
文件名称:grunt-ccompiler:闭包编译器 Grunt 插件
文件大小:15KB
文件格式:ZIP
更新时间:2021-06-11 10:39:16
JavaScript grunt-ccompiler 有史以来最好的 Grunt 插件。 入门 这个插件需要 Grunt ~0.4.5 如果您以前没有使用过 ,请务必查看指南,因为它解释了如何创建以及安装和使用 Grunt 插件。 熟悉该过程后,您可以使用以下命令安装此插件: npm install grunt-ccompiler --save-dev 安装插件后,可以使用以下 JavaScript 代码在 Gruntfile 中启用它: grunt . loadNpmTasks ( 'grunt-ccompiler' ) ; “ccompiler”任务 概述 在项目的 Gruntfile 中,将名为ccompiler的部分添加到传递给grunt.initConfig()的数据对象中。 grunt . initConfig ( { ccompiler : { options : {
【文件预览】:
grunt-ccompiler-master
----LICENSE-MIT(1KB)
----package.json(1015B)
----tasks()
--------ccompiler.js(24KB)
----test()
--------expected()
--------fixtures()
--------ccompiler_test.js(1KB)
----LICENSE(1KB)
----Gruntfile.js(2KB)
----.gitignore(2KB)
----compiler()
--------.gitkeep(0B)
----README.md(2KB)
----.jshintrc(191B)
----scripts()
--------install.js(2KB)

网友评论