Skip to content

Commit

Permalink
Updated the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Nov 3, 2011
1 parent 1508419 commit 66ed3c4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ If you are using [Assetic][], you may prefer to pack the static assets first:
<script src="{{ path('jmikola_js_asset_package_js') }}"></script>
```

**Note**: This bundle depends on [jQuery][], which is not included. If you don't
already have it, you may find it convenient to reference [Google's CDN][].

## Usage

Once configured, the bundle creates a single `AssetHelper` global in JavaScript.
Expand Down Expand Up @@ -175,13 +172,6 @@ compares to Symfony2's asset helper for Twig:
<img src="{{ asset('/images/logo.png') }}">
```

Additional documentation may be found by reading through the documentation
blocks within `asset_helper.js`. In addition to the `AssetHelper` class, you'll
find JavaScript counterparts for the `PathPackage` and `UrlPackage` classes from
Symfony2.

[FrameworkBundle docs]: http://symfony.com/doc/current/reference/configuration/framework.html#templating
[Assetic]: https://github.com/kriswallsmith/assetic
[jQuery]: http://jquery.com/
[Google's CDN]: http://code.google.com/apis/libraries/devguide.html#jquery
[Symfony2 API]: http://api.symfony.com/2.0/

0 comments on commit 66ed3c4

Please sign in to comment.