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

build fails when a folder has ".css" in the name #745

Closed

Comments

@stakach
Copy link

stakach commented Jun 19, 2014

In my bower.json I have the line: "animate.css": "latest"
That creates a folder in bower_components called animate.css

The problem is that when I run grunt build it doesn't include any of the css from that folder.

I can get around the problem by renaming the folder animate_css and manually including the CSS links - the build then completes with all the CSS

@eddiemonge
Copy link
Member

This might be a problem with Grunt but will need more investigation

@eddiemonge
Copy link
Member

I can t reproduce this

@stakach
Copy link
Author

stakach commented Jun 21, 2014

It was a project I generated a while back - I ported the project to a new generated project and problem gone

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.