2017 © Pedro Peláez
 

symfony-bundle modernizr-bundle

Modernizr Bundle for Symfony2

image

bmatzner/modernizr-bundle

Modernizr Bundle for Symfony2

  • Tuesday, December 3, 2013
  • by bmatzner
  • Repository
  • 2 Watchers
  • 1 Stars
  • 20,403 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

Modernizr Bundle for Symfony2

Current Version

Modernizr 2.7.1 includes custom build similar to the one used by Zurb Foundation, (*1)

Installation

Add bundle to your composer.json file

``` js // composer.json, (*2)

{ "require": { // ... "bmatzner/modernizr-bundle": "~2.7" } }, (*3)


### Add bundle to your application kernel ``` php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Bmatzner\ModernizrBundle\BmatznerModernizrBundle(), // ... ); }

Download the bundle using Composer

``` bash $ php composer.phar update bmatzner/modernizr-bundle, (*4)


### Install assets Given your server's public directory is named "web", install the public vendor resources ``` bash $ php app/console assets:install web

Optionally, use the --symlink attribute to create links rather than copies of the resources, (*5)

``` bash $ php app/console assets:install --symlink web, (*6)


## Usage Refer to the desired files in your HTML template, e.g. ``` html <script type="text/javascript" src="{{ asset('bundles/bmatznermodernizr/js/modernizr.min.js') }}"></script>

Licenses

Refer to the source code of the included files for license information, (*7)

References

  1. http://modernizr.com
  2. http://symfony.com
  3. http://foundation.zurb.com

The Versions

03/12 2013

dev-master

9999999-dev http://modernizr.com/

Modernizr Bundle for Symfony2

  Sources   Download

MIT BSD-3

The Requires

 

javascript symfony html5 detection

03/12 2013

2.7.1

2.7.1.0 http://modernizr.com/

Modernizr Bundle for Symfony2

  Sources   Download

MIT BSD-3

The Requires

 

javascript symfony html5 detection

22/11 2013

2.7.0

2.7.0.0 http://modernizr.com/

Modernizr Bundle for Symfony2

  Sources   Download

MIT BSD-3

The Requires

 

javascript symfony html5 detection

13/01 2013

2.6.2

2.6.2.0 http://modernizr.com/

Modernizr Bundle for Symfony2

  Sources   Download

MIT BSD-3

The Requires

 

javascript symfony html5 detection