grunt-devtools

0.2.1 • Public • Published

grunt-devtools

Grunt integration with Chrome Dev Tools

Getting Started

This plugin requires Grunt ~0.4.1

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

Grunt Task Runner Extension for Chrome Developer Tools and Adobe Brackets

Quick Setup (Google Chrome)

  • Download the Grunt Devtools extension for Chrome Developer Tools from the Chrome Web Store.
  • Global Install (Want a local plugin install? See local setup).
    • npm install -g grunt-devtools
    • run grunt-devtools in a directory with a Gruntfile!
  • open Chrome Dev tools, find the Grunt tab. Your grunt tasks should now be accessible from Chrome.

Screenshots

Local Setup

  • npm install grunt-devtools in your grunt project
  • Add grunt.loadNpmTasks('grunt-devtools'); to your Gruntfile
  • run grunt devtools
  • open Chrome Dev tools, find the Grunt tab. Your grunt tasks should now be accessible from Chrome.

Updating from an older version

  • Chrome extension updates automatically or you can force an update under chrome://extensions
  • Grunt plugin updates using npm install grunt-devtools@latest
  • The versions of the plugin and extension should always match (0.2.0 in Chrome is 0.2.0 on npm)

Issues

If you experience issues, perform an update first. If issues still occur - report it or ask for help in the #grunt irc channel on Freenode

See the CHANGELOG for release history . See the contributing guide for local development instructions.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.1
    113
    • latest

Version History

Package Sidebar

Install

npm i grunt-devtools

Weekly Downloads

114

Version

0.2.1

License

none

Last publish

Collaborators

  • vladikoff