gassetic
gassetic copied to clipboard
Assetic replacement based on the gulp build tool
I tried to copy a folder with ``` fonts: dev: outputFolder: web/tmp tasks: [] autoRenaming: false prod: outputFolder: web/compiled tasks: [] files: fonts: - app/Resources/assets/fonts/* ``` But it dont copy...
Our current build takes around 5 minutes. Is there a way we can parallelise the building to use multiple cpu's. As my sass is not depending on my js, or...
When building assets with gassetic, it writes css and js links to twig template with no issues. But when using the `gassetic clear` command, it only deletes the css and...
Let’s get started with automated dependency management for gassetic :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...
Default templates for js and css are working now, but I have two sections with the 'missing htmlTag' error: 1. First one is optimizing & copying images 2. Second one...
Hello there, I few some trouble when i'm make config with many file, can i import config list of file to use in gassetic.yml? Like symfony have .. ```yml #...
It would be nice to have an option to inline scripts or styles. So instead of ``` ``` I get ``` ...myscript.js contents... ``` Thanks Robert
I would like to use [gulp-cdnizer](https://github.com/OverZealous/gulp-cdnizer) on my project. This plugin acts on a similar level to gassetic - replacing parts of the `html`. In order to use this alongside...
How will I be able to use gassetic with compass? By importing compass specific files I get _Error: error frontend_10.scss (Line 3: File to import not found or unreadable: compass/reset._...
Gassetic makes direct replacements in the replacement files. In my case none of the compiled assets are committed (or uncompiled vendors either), instead the CI server builds them again as...