معرفی شرکت ها


grunt-debug-task-0.1.8


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Easily debug your Grunt tasks with node-inspector - no longer maintained.
ویژگی مقدار
سیستم عامل -
نام فایل grunt-debug-task-0.1.8
نام grunt-debug-task
نسخه کتابخانه 0.1.8
نگهدارنده ['romario3333']
ایمیل نگهدارنده ['romario333@gmail.com']
نویسنده Roman Masek
ایمیل نویسنده romario333@gmail.com
آدرس صفحه اصلی git://github.com/romario333/grunt-debug-task.git
آدرس اینترنتی https://github.com/romario333/grunt-debug-task
مجوز -
# grunt-debug-task **This plugin is no longer maintained**, use [node-inspector](https://npmjs.org/package/node-inspector) directly: npm install -g node-inspector node-debug grunt task ## Getting Started This plugin requires Grunt `~0.4.2` If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command: ```shell npm install grunt-debug-task --save-dev ``` Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript: ```js grunt.loadNpmTasks('grunt-debug-task'); ``` ## The "debug" task Use `debug` task to debug other tasks. For example to debug the `test` task run this: ``` grunt debug test ``` This starts [node-inspector](https://npmjs.org/package/node-inspector) and opens it in Google Chrome. ### Options #### options.open Type: `Boolean` Default value: `true` Set the `open` option to `false` to disable opening of the node-inspector interface in Google Chrome when task is run. ### Sample Configuration ```js grunt.initConfig({ debug: { options: { open: false // do not open node-inspector in Chrome automatically } }, }); ```


نیازمندی

مقدار نام
~0.12.3 node-inspector
~0.0.5 open


زبان مورد نیاز

مقدار نام
4.2.2 Npm


نحوه نصب


نصب پکیج tgz grunt-debug-task-0.1.8:

    npm install grunt-debug-task-0.1.8.tgz