PHPackages                             adambisek/gulp-assets - 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. adambisek/gulp-assets

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

adambisek/gulp-assets
=====================

v1.1.0(10y ago)1892[1 issues](https://github.com/adambisek/gulp-assets/issues)[1 PRs](https://github.com/adambisek/gulp-assets/pulls)MITPHP

Since Jun 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/adambisek/gulp-assets)[ Packagist](https://packagist.org/packages/adambisek/gulp-assets)[ RSS](/packages/adambisek-gulp-assets/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

gulp-assets
===========

[](#gulp-assets)

[![Build Status](https://camo.githubusercontent.com/e7209348390c59ef114bd586330950f2f34abf4bd8526e800d12bfcc251c6bfc/68747470733a2f2f7472617669732d63692e6f72672f6164616d626973656b2f67756c702d6173736574732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/adambisek/gulp-assets)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/40efaa3e20d1c64e202b39cb4278691389d9176cb60d5c407c0a2b4bff03f183/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6164616d626973656b2f67756c702d6173736574732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/adambisek/gulp-assets/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/f84676f62baab46df9a6ec4b572d4335a68698501e65f735e19127ef18249458/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6164616d626973656b2f67756c702d6173736574732f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/adambisek/gulp-assets/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/ecab1919285cc6a55ca1ec1ad5bd0a87217cfd2d08260d36b382dd32c4367bf6/68747470733a2f2f706f7365722e707567782e6f72672f6164616d626973656b2f67756c702d6173736574732f762f737461626c65)](https://packagist.org/packages/adambisek/gulp-assets)[![License](https://camo.githubusercontent.com/9b8cfe4ee56a481f72f29c2b60e2aae172c09f0648b07cab4d36229245fbdd1a/68747470733a2f2f706f7365722e707567782e6f72672f6164616d626973656b2f67756c702d6173736574732f6c6963656e73652e706e67)](https://github.com/adambisek/gulp-assets/blob/master/LICENSE)

This component is intended to use with Nette Framework. When you are using gulp for processing assets, **you don't need Webloader anymore**. Simply link gulp processed assets to page. Adds file hash into query string to force refresh after gulp process new files.

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

[](#installation)

Preferred installation is with [Composer](https://doc.nette.org/composer).

`composer require adambisek/gulp-assets`Usage
-----

[](#usage)

config.neon -&gt; simple define output gulp files a define factory service

```
parameters:
	assetsFactory:
		basePath: '%appDir%/../public'
		front:
			css:
				dist/front/front.bundle.css: all
				dist/front/front-print.bundle.css: all
			js:
				- dist/front/front.bundle.js

services:
	- GulpAssets\ControlFactory(%assetsFactory%)

```

BasePresenter -&gt; create renderable components with factory service

```
public function createComponentCss()
{
	return $this->assetsControlFactory->createCssControl('front');
}

public function createComponentJs()
{
	return $this->assetsControlFactory->createJsControl('front');
}

```

Template [(Latte)](https://latte.nette.org/):

```

		{control js}
		{control css}

	 ...

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

2

Last Release

3682d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c1eb83de34ba5a37250b3b517fca09204936e8f950afa6423299696c68f8af82?d=identicon)[enlilcz](/maintainers/enlilcz)

---

Top Contributors

[![adambisek](https://avatars.githubusercontent.com/u/1413812?v=4)](https://github.com/adambisek "adambisek (7 commits)")

### Embed Badge

![Health badge](/badges/adambisek-gulp-assets/health.svg)

```
[![Health](https://phpackages.com/badges/adambisek-gulp-assets/health.svg)](https://phpackages.com/packages/adambisek-gulp-assets)
```

###  Alternatives

[nette/code-checker

✅ Nette CodeChecker: A simple tool to check source code against a set of Nette coding standards.

911.7M6](/packages/nette-code-checker)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
