文件名称:xncompiler:基于uglify2 的压缩器
文件大小:10.23MB
文件格式:ZIP
更新时间:2024-06-18 12:43:05
JavaScript
grunt-xncompiler 有史以来最好的 Grunt 插件。将统一的基本commonjs规范的代码,合并成单个文件,并合并成一个变量 入门 这个插件需要 Grunt ~0.4.5 如果您以前从未使用过 ,请务必查看《指南》,因为它说明了如何创建以及安装和使用Grunt插件。 熟悉该过程后,可以使用以下命令安装此插件: npm install grunt-xncompiler --save-dev 安装插件后,可以使用以下 JavaScript 代码在 Gruntfile 中启用它: grunt . loadNpmTasks ( 'grunt-xncompiler' ) ; “xncompiler”任务 概述 在项目的 Gruntfile 中,将名为xncompiler的部分添加到传递给grunt.initConfig()的数据对象中。 grunt . initCon