PHPackages                             bangpound/assetic-codekit - 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. bangpound/assetic-codekit

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

bangpound/assetic-codekit
=========================

Assetic filters to support proprietary Codekit extensions

138PHP

Since Aug 25Pushed 11y ago1 watchersCompare

[ Source](https://github.com/bangpound/assetic-codekit)[ Packagist](https://packagist.org/packages/bangpound/assetic-codekit)[ RSS](/packages/bangpound-assetic-codekit/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Assetic Codekit Filters
=======================

[](#assetic-codekit-filters)

This project is to support the proprietary and [undocumented](https://incident57.com/codekit/help.html) Codekit extensions so that you can build a Codekit project without that application.

Javascript and CoffeeScript
---------------------------

[](#javascript-and-coffeescript)

For these languages, Codekit supports prepending and appending other scripts within the output. When a file contains comments like these:

```
// @codekit-prepend "a.coffee"
// @codekit-append "b.js"
```

```
# @codekit-prepend "a.coffee"
# @codekit-append "b.js"
```

You can use this filter to support those directives.

For example:

```
