2017 © Pedro Peláez
 

composer-plugin composer-grunt-bridge

Grunt integration for Composer packages.

image

peertopark/composer-grunt-bridge

Grunt integration for Composer packages.

  • Friday, January 27, 2017
  • by blackleg
  • Repository
  • 2 Watchers
  • 0 Stars
  • 498 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % 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

27/01 2017

dev-master

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

Grunt integration for Composer packages.

  Sources   Download

MIT

The Requires

 

The Development Requires

by John P Bloch
by Hector Espert

plugin composer grunt package integration bridge composer-plugin

27/01 2017

1.0.2

1.0.2.0 https://github.com/peertopark/composer-grunt-bridge

Grunt integration for Composer packages.

  Sources   Download

MIT

The Requires

 

The Development Requires

by John P Bloch
by Hector Espert

plugin composer grunt package integration bridge composer-plugin

27/01 2017

1.0.1

1.0.1.0 https://github.com/peertopark/composer-grunt-bridge

Grunt integration for Composer packages.

  Sources   Download

MIT

The Requires

 

The Development Requires

by John P Bloch
by Hector Espert

plugin composer grunt package integration bridge composer-plugin

26/01 2017

1.0.0

1.0.0.0 https://github.com/peertopark/composer-grunt-bridge

Grunt integration for Composer packages.

  Sources   Download

MIT

The Requires

 

The Development Requires

by John P Bloch
by Hector Espert

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