-
Notifications
You must be signed in to change notification settings - Fork 217
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
data-uri
causes build system (webpack) to fail
#11
Comments
@samzhao thanks! would be great to have you help write documentation, I'll set up gitter shortly for Elemental so we can chat about it. @jossmac has been making the examples but we need to add code snippets for them, and document the various options that are supported. We're using |
@JedWatson The project I'm currently working on is unfortunately not open source, but here is a slightly simplified version of it: https://github.com/samzhao/elemental-webpack. Let me know when you have gitter setup and maybe put together a documentation format to follow :) |
FYI, this sounds related to the issue @sokra mentioned here webpack-contrib/less-loader#43 (comment) |
Can we just replace this |
This is missing a tagged release to work correctly with Webpack :) ( |
@ericclemmons sorry about that, I've just pushed a new release ( |
🚂 WoOt WoOt! 🚂 |
Fix confirmed. Thanks @JedWatson and @jossmac! |
git-svn-id: https://github.com/elementalui/elemental.git@385 773dd515-ab26-cda1-e266-ce57b7db7bff
First of all, I regret not discovering this amazingly well-written library/toolkit earlier, so thanks for putting this together :) And I wouldn't mind writing documentations for it in my spare time.
I had a problem with
data-uri
with webpack style loaders where the path fails to resolve. Also, I read somewhere that data uris actually load slower than directly referencing the asset paths. Therefore, it would be nice to remove the 2 data-uri usages if we could unless there's some considerations that I'm not aware of.Thanks!
The text was updated successfully, but these errors were encountered: