2017 © Pedro Peláez
 

symfony-bundle grunt-bundle

Run npm, bower and grunt on cache warmup in symfony2.

image

exozet/grunt-bundle

Run npm, bower and grunt on cache warmup in symfony2.

  • Sunday, March 6, 2016
  • by DracoBlue
  • Repository
  • 25 Watchers
  • 2 Stars
  • 201 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 1 % Grown

The README.md

ExozetGruntBundle

SensioLabsInsight, (*1)

Build Status Code Climate Test Coverage StyleCI, (*2)

This small bundle is meant to run the following steps, if the cache is cleaned and warmed up (optional):, (*3)

  • npm install
  • bower install
  • grunt dev

Usage

Add $bundles[] = new Exozet\GruntBundle\ExozetGruntBundle() to your AppKernel.php (in the dev-if-block)., (*4)

If you have a package.json, bower.json and Gruntfile.js in your project, add the bundle to your project., (*5)

As soon a you call, (*6)

``` console $ app/console c:c, (*7)


and the steps by grunt will be executed. ## Configuration ``` yaml # Default configuration for extension with alias: "exozet_grunt" exozet_grunt: # The environments where the bundle should be executed environments: # Required # Default: - dev # Use binaries with the following environment vars (key/value pairs) binary_env_vars: # Example: LANG: en_US.UTF-8 for LANG="en_US.UTF-8" LANG: en_US.UTF-8 # The binary path where npm is located npm_binary_path: npm # Example: /usr/bin/npm # The binary path where bower is located bower_binary_path: bower # Example: /usr/bin/bower # The binary path where grunt is located grunt_binary_path: grunt # Example: /usr/bin/grunt # The grunt task which should be executed grunt_task: dev # Example: dev

This default configuration will run the dev task ONLY in dev environment. The LANG environment variable is e.g. required for compass., (*8)

License

Copyright 2014 by Exozet and licensed under MIT License., (*9)

The Versions

06/03 2016

dev-master

9999999-dev

Run npm, bower and grunt on cache warmup in symfony2.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

07/11 2014

0.2.3

0.2.3.0

Run npm, bower and grunt on cache warmup in symfony2.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

06/11 2014

0.2.1

0.2.1.0

Run npm, bower and grunt on cache warmup in symfony2.

  Sources   Download

MIT

06/11 2014

0.2.0

0.2.0.0

Run npm, bower and grunt on cache warmup in symfony2.

  Sources   Download

MIT

04/11 2014

0.1.2

0.1.2.0

Run npm, bower and grunt on cache warmup in symfony2.

  Sources   Download

MIT

31/10 2014

0.1.1

0.1.1.0

Run npm, bower and grunt on cache warmup in symfony2.

  Sources   Download

MIT