Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hey, this looks interesting. was hoping for a little more documentation on how to use this. #1

Open
native-apps opened this issue Jun 8, 2014 · 1 comment

Comments

@native-apps
Copy link

I was looking for a way to import .ase files into CSS within my wordpress theme/plugin, but i'm not farmiliar with .hs files or if this would be possible to use on my server.

Do you have any documentation on how to use ace2css?

@stepcut
Copy link
Owner

stepcut commented Jun 9, 2014

Hello,

The application is written in Haskell. Which means you would need to
install the Haskell toolchain to build it. Sorry I don't have any binaries
available. I added some brief instructions to the README.md to get you
started if you really want to build it from source. In theory it should be
simple -- but in practice, installing an entire compiler can get messy.

The usage of the program is very straight forward. After you download the
.ase file, you just do:

ase2css myfile.ase myfile.css

It takes all the color entries from the ase file and creates a css file
with the color data.

  • jeremy

On Sun, Jun 8, 2014 at 6:54 PM, nativeimaging [email protected]
wrote:

I was looking for a way to import .ase files into CSS within my wordpress
theme/plugin, but i'm not farmiliar with .hs files or if this would be
possible to use on my server.

Do you have any documentation on how to use ace2css?


Reply to this email directly or view it on GitHub
#1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants