WebLoader
WebLoader copied to clipboard
Nette Framework addon for CSS and JS files loading
Hi, please, fix bug in https://github.com/janmarek/WebLoader/tree/v2.5.0/WebLoader/Nette/Diagnostics/panel.latte line 11: to line 21: to
New release in plan or better to switch to another project? Any suggestion where to switch?
Gappa/WebLoader Is fork of this & it supports nette 3. Maybe it would be good to merge it.
In your example you have class CssMinFilter. But this class in not included. Whats about this class?

Muze prosim nekdo udelat novy release ? Musim vsude rvat "dev-master" jen kvuli tomuto projektu a uz me to prestava bavit...
Navrhuji nový tag 2.6 s commitem https://github.com/janmarek/WebLoader/commit/1c5a16eea928431d68305bc55f3cb40c90c479f0 důvod: V neonu musí být: ``` "janmarek/webloader": "master",``` není lepší? ``` "janmarek/webloader": "^2.6",```
Problem was that files are generated with first line empty.
Hallo, I had problem to load sourcemap with compiled files. Problem was that files are generated with first line empty. I made small change in compiler.php on line 163: From:...
Implementuji pomocí webloaderu AdminLTE a ten má v dist/css/AdminLTE.css na první řádce @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic); Díky tomu se mi celý file nedostane do CSS ve webtemp. Pokud tento řádek smažu, tak...