-
Notifications
You must be signed in to change notification settings - Fork 248
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
Automatically Deploy #165
Comments
Gulp TasksMain Tasks
Sub Tasks
|
Documentation is at docs branch and probably will remain there. We are using Slate To deploy docs, run: ./deploy.sh |
Recommend to also add http://editorconfig.org/ file alongside with jshint. Tho suppose you need coffeelint instead? |
BTW Bower recommends not to add minified files:
|
You should use browser’s “inspect element” to see where those images are attempted to load from and ensure you’ll put images into that place (or overwrite CSS for those parts to load images from somewhere else).
Hope this helps!
… On 21 Jun 2017, at 11.04, velkumars ***@***.***> wrote:
Hi,
I'm using angular chosen in my project, problem is after gulp build chosen icons are missing, please advise me
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@simison, i did that i can clearly see "chosen-sprite.png" not bundled it seems after my minification process |
Sorry but it’s impossible to help without knowing what you’re actually doing or without seeing any code. :-/
You’ll just have to figure out how in your script you can get those images in right place relative to your CSS. This totally depends on your stack and built script.
Good luck!
… On 21 Jun 2017, at 12.04, velkumars ***@***.***> wrote:
@simison, i did that i can clearly see "chosen-sprite.png" not bundled it seems after my minification process
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@velkumars: I just realised this is under an issue on another topic (I didn't realise it via emails). It's not polite to go off topic, but to open new issues instead. Better even use Stackoverflow since this isn't really a bug in library or anything like that. |
Hi @velkumars, this is not related to the Thanks @simison |
The text was updated successfully, but these errors were encountered: