PHPackages                             stumpart/stumpjs-compiler - 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. stumpart/stumpjs-compiler

ActiveLibrary

stumpart/stumpjs-compiler
=========================

Javascript compiler for ZF2

42751PHP

Since Apr 6Pushed 13y ago1 watchersCompare

[ Source](https://github.com/stumpart/StumpJsCompiler)[ Packagist](https://packagist.org/packages/stumpart/stumpjs-compiler)[ RSS](/packages/stumpart-stumpjs-compiler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

StumpJsCompiler
===============

[](#stumpjscompiler)

Version 0.0.1 Created by Barrington Henry

Introduction
------------

[](#introduction)

Zend Framework 2 module that will combine and minify javascript files. Retrieves from cache on subsequent requests (Still in development)

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

[](#installation)

First, add the following line into your `composer.json` file:

```
"require": {
    "stumpart/stumpjs-compiler": "dev-master"
}
```

and then run

```
    php composer.phar update
```

Then, enable the module by adding `StumpJsCompiler` in your application.config.php file.

```
