You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2018. It is now read-only.
Could you expose the following method in DataURIGenerator:
public static void generate(final InputStream is, final Writer out, final String mimeType)
Could you add your library to maven public repo & also use maven as a building tool (it is one of the requirements). This is the link describing how this can be done: http://nexus.sonatype.org/oss-repository-hosting.html
I want to add your library as a dependency to my open source project (http://code.google.com/p/wro4j/). Until it is not availble publicly, I add the cssembed sources into the core of wro4j project. I would preffer having external dependency instead of copying the sources manually and tweak them.
Please, let me know what you think.
Thank you very much!
Hi Nicholas!
I have a couple of requests related to cssembed library: http://github.com/nzakas/cssembed
public static void generate(final InputStream is, final Writer out, final String mimeType)
I want to add your library as a dependency to my open source project (http://code.google.com/p/wro4j/). Until it is not availble publicly, I add the cssembed sources into the core of wro4j project. I would preffer having external dependency instead of copying the sources manually and tweak them.
Please, let me know what you think.
Thank you very much!
Regards,
Alex Objelean