This repository has been archived by the owner on Mar 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
build fails when a folder has ".css" in the name #745
Closed
stakach opened this issue
Jun 19, 2014
· 3 comments
· May be fixed by finpo/generator-ajs#19, finpo/generator-ajs#20, finpo/generator-ajs#32, finpo/generator-ajs#33 or finpo/generator-ajs#34
Closed
build fails when a folder has ".css" in the name #745
stakach opened this issue
Jun 19, 2014
· 3 comments
· May be fixed by finpo/generator-ajs#19, finpo/generator-ajs#20, finpo/generator-ajs#32, finpo/generator-ajs#33 or finpo/generator-ajs#34
Comments
This might be a problem with Grunt but will need more investigation |
I can t reproduce this |
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.
In my
bower.json
I have the line:"animate.css": "latest"
That creates a folder in
bower_components
calledanimate.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 CSSThe text was updated successfully, but these errors were encountered: