2017 © Pedro Peláez
 

symfony-bundle zepto-bundle

Zepto.js Bundle for Symfony2

image

bmatzner/zepto-bundle

Zepto.js Bundle for Symfony2

  • Tuesday, January 14, 2014
  • by bmatzner
  • Repository
  • 1 Watchers
  • 0 Stars
  • 350 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 4 % Grown

The README.md

Zepto.js Bundle for Symfony2

Current Version

Zepto.js v1.1.2, (*1)

Installation

Add bundle to your composer.json file

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

{ "require": { // ... "bmatzner/zepto-bundle": "*" } }, (*3)


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

Download the bundle using Composer

``` bash $ php composer.phar update bmatzner/zepto-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/bmatznerzepto/js/zepto.min.js') }}"></script>

Licenses

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

References

  1. http://zeptojs.com
  2. http://symfony.com

The Versions

14/01 2014

dev-master

9999999-dev http://zeptojs.com/

Zepto.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony zepto

14/01 2014

1.1.2

1.1.2.0 http://zeptojs.com/

Zepto.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony zepto

12/03 2013

1.0

1.0.0.0 http://zeptojs.com/

Zepto.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony zepto

01/03 2013

1.0-rc1

1.0.0.0-RC1 http://zeptojs.com/

Zepto.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony zepto