gpt4 book ai didi

javascript - 在 Grunt (Yeoman) 中禁用缩小

转载 作者:搜寻专家 更新时间:2023-11-01 04:23:44 26 4
gpt4 key购买 nike

我最近开始通过 Yeoman 使用 GruntJS,我喜欢 Javascript 缩小的想法,但它在开发过程中带来了困难。我试图在 Gruntfile 中以不同的组合禁用 uglify、usemin 等,但一切似乎都依赖于另一件事并中断了进程。有没有简单的方法来禁用缩小?到目前为止,我正在使用 Yeoman 提供的最新版本的 Grunt,我发现较旧的解决方案具有与 Yeoman 不同的 Gruntfile 设置。

这是我的 Gruntfile:

// Reads HTML for usemin blocks to enable smart builds that automatically
// concat, minify and revision files. Creates configurations in memory so
// additional tasks can operate on them
useminPrepare: {
options: {
dest: '<%= config.dist %>'
},
html: '<%= config.app %>/index.html'
},

http://hastebin.com/gicabukojo.js

最佳答案

我需要调整 usemin flow: 选项:

根据 yeoman grunt usemin's fine manual , 默认的 flow:

{ steps: { js: ['concat', 'uglify'], css: ['concat', 'cssmin'] }, post: {} }

这是一个gist of how I modified我的 webapp Gruntfile.js 从流程中删除 uglify

关于javascript - 在 Grunt (Yeoman) 中禁用缩小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33724629/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com