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

File could not be found. #21

Open
SaaShah opened this issue Apr 2, 2015 · 8 comments
Open

File could not be found. #21

SaaShah opened this issue Apr 2, 2015 · 8 comments

Comments

@SaaShah
Copy link

SaaShah commented Apr 2, 2015

I'm using pipeline.
I tried, explicitly over-riding the font file path. But no luck.
ValueError: The file 'twitter_bootstrap/fonts/glyphicons-halflings-regular.woff2' could not be found with <pipeline.storage.PipelineCachedStorage object at 0xa8e48ec>.

@estebistec
Copy link
Owner

does that file appear in the installed location of dj-tw-bs?

@SaaShah
Copy link
Author

SaaShah commented Apr 3, 2015

No, I created an empty file with the same name and extension. Error seems
to go away.

Regards,
Saad Bin Shahid | Software Engineer | www.saadbinshahid.com |

On Fri, Apr 3, 2015 at 5:09 AM, Steven Cummings notifications@github.com
wrote:

does that file appear in the installed location of dj-tw-bs?


Reply to this email directly or view it on GitHub
#21 (comment)
.

@estebistec
Copy link
Owner

Yes, but surely you don't get the desired icons? That doesn't sound right at all. I need to go check the packaging...

@SaaShah
Copy link
Author

SaaShah commented Apr 4, 2015

No, I did not get my desired icons. please look into it. Thanks.!

Regards,
Saad Bin Shahid | Software Engineer | www.saadbinshahid.com |

On Sat, Apr 4, 2015 at 6:21 AM, Steven Cummings notifications@github.com
wrote:

Yes, but surely you don't get the desired icons? That doesn't sound right
at all. I need to go check the packaging...


Reply to this email directly or view it on GitHub
#21 (comment)
.

@estebistec
Copy link
Owner

Oh, you have woff2 as the file extension. It's just woff.

@SaaShah
Copy link
Author

SaaShah commented Apr 4, 2015

I know that :) I checked. There is an .woff2 empty file in the repo
@ bootstrap/fonts/glyphicons-halflings-regular.woff2

That's why I added a empty file. The file is also being used in the CSS and
some other places. Hence raising the issue when the PIPELINE try to
pre-process it.

Regards,
Saad Bin Shahid | Software Engineer | www.saadbinshahid.com |

On Sun, Apr 5, 2015 at 3:16 AM, Steven Cummings notifications@github.com
wrote:

Oh, you have woff2 as the file extension. It's just woff.


Reply to this email directly or view it on GitHub
#21 (comment)
.

@estebistec
Copy link
Owner

Okay. I see. Looking at the currently supported version of bootstrap: https://github.com/twbs/bootstrap/tree/16dbdbd7a2c6cfa3be4e5dcc52249e577c02c84a/fonts, there is no woff2. It's been added in a recent version. So really this isn't a bug, I just need to release new wrapper packages for latest bootstrap (which will include woff2).

However, I've been meaning to give this repo and package the correct name (see #13). So rather than just release the next versions (one of which would include the woff2), I'd like to close this issue and complete #13 and release subsequent versions.

@SaaShah
Copy link
Author

SaaShah commented Apr 5, 2015

Great.! Thanks.

Regards,
Saad Bin Shahid | Software Engineer | www.saadbinshahid.com |

On Sun, Apr 5, 2015 at 5:41 AM, Steven Cummings notifications@github.com
wrote:

Okay. I see. Looking at the currently supported version of bootstrap:
https://github.com/twbs/bootstrap/tree/16dbdbd7a2c6cfa3be4e5dcc52249e577c02c84a/fonts,
there is no woff2. It's been added in a recent version. So really this
isn't a bug, I just need to release new wrapper packages for latest
bootstrap (which will include woff2).

However, I've been meaning to give this repo and package the correct name
(see #13
#13). So
rather than just release the next versions (one of which would include the
woff2), I'd like to close this issue and complete #13
#13 and
release subsequent versions.


Reply to this email directly or view it on GitHub
#21 (comment)
.

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

No branches or pull requests

2 participants