PHPackages                             codelovers/assetic-jshint-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. codelovers/assetic-jshint-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

codelovers/assetic-jshint-bundle
================================

Symfony bundle that registers the codelovers/assetic-jshint filter

2947PHP

Since Mar 9Pushed 12y ago2 watchersCompare

[ Source](https://github.com/CodeLoversAt/assetic-jshint-bundle)[ Packagist](https://packagist.org/packages/codelovers/assetic-jshint-bundle)[ RSS](/packages/codelovers-assetic-jshint-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

JsHintBundle
============

[](#jshintbundle)

This Symfony 2 Bundle registers an [Assetic](https://github.com/kriswallsmith/assetic) filter to pass JavaScript files through [JsHint](http://www.jshint.com/) on compilation.

Installation
------------

[](#installation)

Install the bundle using composer (see  for more information about composer) by adding it to your `composer.json` file and running `composer update`:

```
    // composer.json

    "require": {
        // ...
        "codelovers/assetic-jshint": "dev-master",
        "codelovers/assetic-jshint-bundle": "dev-master"
    }
```

Then just add the bundle to your `AppKernel.php` file:

```
