2017 © Pedro Peláez
 

composer-plugin composer-grunt-bridge

Grunt integration for Composer packages.

image

johnpbloch/composer-grunt-bridge

Grunt integration for Composer packages.

  • Thursday, September 24, 2015
  • by johnpbloch
  • Repository
  • 1 Watchers
  • 2 Stars
  • 2,899 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

Composer Grunt bridge

Grunt integration for Composer packages., (*1)

A quick proof of concept based entirely on (and shamelessly stolen from) the composer-npm-bridge., (*2)

Basically, add this to your composer.json requirements to have composer run the default grunt task for your project on install or update. You can specify a certain non-default task or list of tasks using the "extra" object:, (*3)

// Specify one task to run
{
  "extra": {
    "grunt-task": "build"
  }
}
// OR specify multiple tasks to run
{
  "extra": {
    "grunt-task": ["sass", "concat", "uglify", "cssmin"]
  }
}

The Versions

24/09 2015

dev-master

9999999-dev https://github.com/johnpbloch/composer-grunt-bridge

Grunt integration for Composer packages.

  Sources   Download

MIT

The Requires

 

The Development Requires

by John P Bloch

plugin composer grunt package integration bridge composer-plugin

11/06 2015

0.0.2

0.0.2.0 https://github.com/johnpbloch/composer-grunt-bridge

Grunt integration for Composer packages.

  Sources   Download

MIT

The Requires

 

The Development Requires

by John P Bloch

plugin composer grunt package integration bridge composer-plugin

18/02 2015

0.0.1

0.0.1.0 https://github.com/johnpbloch/composer-grunt-bridge

Grunt integration for Composer packages.

  Sources   Download

MIT

The Requires

 

The Development Requires

by John P Bloch

plugin composer grunt package integration bridge composer-plugin