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

command line option '--always-update' #62

Closed
wants to merge 1 commit into from

Conversation

thomaspeklak
Copy link

Made the option always_update available for command line use. This is usefull, if you have two shell scripts one for production and one for development, that output to the same css file. Without this option sass will not update the css file, if there was no modification in the source files.

As this option already existed inside sass, I supposed that it was not necessary to write a test for this case. If one is needed, please point me to the location where to add the test.

made the option always_update available for command line use. this is usefull, if you have two shell scripts one for production and one for development. Without this option sass will not update the css file, if there was no modification in the source files.
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

Successfully merging this pull request may close these issues.

None yet

2 participants