grunt-concurrent:同时运行grunt任务

时间:2024-03-16 20:41:00
【文件属性】:

文件名称:grunt-concurrent:同时运行grunt任务

文件大小:59KB

文件格式:ZIP

更新时间:2024-03-16 20:41:00

JavaScript

并发 同时运行艰巨的任务 同时运行Coffee和Sass等缓慢的任务可能会显着缩短构建时间。 如果您需要运行例如nodemon并立即进行watch ,则此任务也很有用。 安装 $ npm install --save-dev grunt-concurrent 用法 require ( 'load-grunt-tasks' ) ( grunt ) ; grunt . initConfig ( { concurrent : { target1 : [ 'coffee' , 'sass' ] , target2 : [ 'jshint' , 'mocha' ] } } ) ; // Tasks of target1 run concurrently, after they all finished, tasks of target2 run concurrently, instea


【文件预览】:
grunt-concurrent-main
----gruntfile.js(3KB)
----package.json(1KB)
----tasks()
--------concurrent.js(2KB)
----readme.md(2KB)
----.github()
--------funding.yml(113B)
--------workflows()
----test()
--------test.js(3KB)
--------fixtures()
----license(1KB)
----screenshot.png(58KB)
----.gitignore(32B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitattributes(19B)

网友评论