icon

Grunt 1.2.0 released

gruntjs.com · 发布时间:2020-07-03 00:00:00

以下内容来自网站订阅源,完整文章请查看原文。

The Grunt team is pleased to announce the release of Grunt 1.2.0. This release is made possible by @vladikoff and contributors: philz - https://github.com/philz Brian Lim - https://github.com/bhldev micellius - https://github.com/micellius and more! Here are the changes: Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: https://github.com/gruntjs/grunt/pull/1677) Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency. This is considerably more user-friendly than dropping the require entirely, but doing so is feasible with the latest grunt-cli as users may simply use grunt --require coffeescript/register. (PR: https://github.com/gruntjs/grunt/pull/1675) Exposes Grunt Option keys for ease of use. (PR: https://github.com/gruntjs/grunt/pull/1570) Avoiding infinite loop on very long command names. (PR: https://github.com/gruntjs/grunt/pull/1697) Dependency updates are also included. You can find Grunt on npm and GitHub. Read more
查看原文 返回首页