Skip to content

Css minify #770

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

Merged
merged 1 commit into from
Jan 18, 2015
Merged

Css minify #770

merged 1 commit into from
Jan 18, 2015

Conversation

andralex
Copy link
Member

This will allow nicely documented css files without passing the overhead to the users of dlang.org.

@andralex andralex force-pushed the css-minify branch 2 times, most recently from 5a35ab2 to f68193e Compare January 16, 2015 18:34
@andralex
Copy link
Member Author

Well? With opt-in this seems to be reasonable. Pull?

@@ -43,6 +44,9 @@ REBASE = MYBRANCH=`git rev-parse --abbrev-ref HEAD` &&\
CHANGE_SUFFIX = \
for f in `find "$3" -iname '*.$1'`; do\
mv $$f `dirname $$f`/`basename $$f .$1`.$2; done

# Set to 1 in the command line to minify css files
CSS_MINIFY=
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it off by default?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just for documentation. Recall that in makefiles setting a variable in the command line overrides manual setting with =.

WalterBright added a commit that referenced this pull request Jan 18, 2015
@WalterBright WalterBright merged commit 81e14cb into dlang:master Jan 18, 2015
@andralex andralex deleted the css-minify branch December 11, 2017 00:34
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.

3 participants