Skip to content
This repository has been archived by the owner on Nov 23, 2018. It is now read-only.

Minifying any unconcatenated css files... FileNotFoundException #164

Open
bungle opened this issue May 23, 2013 · 2 comments
Open

Minifying any unconcatenated css files... FileNotFoundException #164

bungle opened this issue May 23, 2013 · 2 comments

Comments

@bungle
Copy link

bungle commented May 23, 2013

I get this on "Minifying any unconcatenated css files..."

java.io.FileNotFoundException: /site/publish/html/css/outside/outside.css

It looks like css-directory is not yet created on publish at this point. I'm still trying to figure out how to overcome this.

@bungle
Copy link
Author

bungle commented May 23, 2013

Ok, I find the problem here https://github.com/h5bp/ant-build-script/blob/master/build.xml#L472:

<dirset dir="${dir.source}/" excludes="${file.default.exclude}, ${file.exclude}" includes="*"/>

I changed it to this:

<dirset dir="${dir.source}/" excludes="${file.default.exclude}, ${file.exclude}"/>

Do you remember why it was changed in a first place? Related to something else?

@roblarsen
Copy link
Member

Looking through for a reason why right now.

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

No branches or pull requests

2 participants