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

css-purge doesn't terminate #2

Closed
dan-silk-discovery opened this issue May 24, 2013 · 3 comments
Closed

css-purge doesn't terminate #2

dan-silk-discovery opened this issue May 24, 2013 · 3 comments

Comments

@dan-silk-discovery
Copy link

I'm on a PC running Windows 7. After running css-purge on a css file, the purged file is created, but css-purge doesn't terminate. I have to ctrl-c to terminate the app.

@AndrewEQ
Copy link
Contributor

Hey ScrippsFEE!

You can run css-purge with the -w option to have it only execute once ;)

i.e. css-purge -i site.css -o site.min.css -w

...it was designed to monitor the input .css file for changes and re-execute when a change is made.

@AndrewEQ
Copy link
Contributor

...so in short, it's not a bug, it's a feature! 👍

@dan-silk-discovery
Copy link
Author

Oh, thanks! That worked perfectly!

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

No branches or pull requests

2 participants