gassetic
gassetic copied to clipboard
Assetic replacement based on the gulp build tool
Hi! Is it possible to write a task with gulp-newer or gulp-change? How should it looks like?
Assume that this is my `yml` config: ``` [...] prod: outputFolder: dist webPath: /dist tasks: [] files: javascripts.js: - vendor/js/js1.js - vendor/js/js2.js [...] ``` The generated HTML will contain the...
Hi, I work on a remote server, and very often, when gassetic is in watch mode, I got this error: ``` [11:52:49] ✗ FAIL: Missing 1 expected files: path/of/the/file/i/just/saved.js [11:52:49]...
Currently the htmlTag supports a %path% variable expansion to allow the full path of a processed asset (i.e. /assets/compiled/logo.gif) to be placed within the output that gassetic renders. It would...
Firstly, I'm loving gassetic and what it has done for my frontend asset mgmt. Great job! I'd like to request that we add a command line switch (i.e. --config) that...
Create the following files Resources/doc/Using-with-Symfony2-twig Resources/doc/Using-with-Bower Resources/doc/List-of-gulp-plugins Resources/doc/examples
Hi, I have an improvement proposition. It is not really easy, so I open an issue instead of a PR. Let's imagine this `gassetic.yml` file ``` yml mimtypes: css: dev:...