-
Notifications
You must be signed in to change notification settings - Fork 20
image&font support + asset structure handling with proper css rewrite + code cleanup #3
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
Conversation
Font file not modified won't be copied, for a faster gulp process
Thank you for this. 👍 Exactly what I needed for Select2 and the sprites. EDIT: Almost what I needed... I don't want the CSS files or JS files because I am using useref. However that doesn't handle all the fonts and images. I forked and will update documentation and pullrequest... Question though, should we all be making pull requests based on others pull requests like this? |
[Rmv] Hardcoded ref to public dir
…or an output folder.
merge EHLOVader:elixir3 into tomgrv:master
Cumulative update with @loranger & @EHLOVader contributions |
[Upd] Automatic gulp-* plugin loading
[Upd] Automatic gulp-* plugin loading
[Upd] Automatic gulp-* plugin loading
[Add] beautify for js
[Upd] git ignore [Upd] using standardized elixir configuration
I added image support, with the possibility to inline small images in css file as data uri, in order to avoid image folder manipulation in gulpfile and/or prevent image overwriting between libraries