android - Symfony2 webapplication icon and assetic -


i developing webapplication using symfony2 backend. trying customize aspect of application on mobile devices. reading ios , android documentation collected metas , links put in head of page. android devices manifest.json file should provided. in file icons used must specified. treat manifest file , icons assetic assets. think bring me problem similar images inside css files (and relative cssrewrite filter). using {% stylesheets %} or {% image %} directive will, also, put json file inside css or images folder too. assetic generate has solved problem before? br stefano


Comments