move img dir outside css, fixes

This commit is contained in:
vitalets 2012-12-28 16:09:05 +04:00
parent 622df67c94
commit 4109609e63
4 changed files with 5 additions and 4 deletions

@ -4,6 +4,7 @@ X-editable changelog
Version 1.3.1 wip
----------------------------
[enh #46] move 'img' dir outside 'css' (vitalets)
[enh #48] fix handling of newlines in textarea input (jmfontaine)
[enh #47] set select source to function (brianchance)
[bug] fix inline container move on next line in IE7 (vitalets)

@ -194,9 +194,9 @@ module.exports = function(grunt) {
copy: {
dist: {
files: {
'<%= dist %>/bootstrap-editable/css/img/' : 'src/editable-form/img/*',
'<%= dist %>/jqueryui-editable/css/img/' : 'src/editable-form/img/*',
'<%= dist %>/jquery-editable/css/img/' : 'src/editable-form/img/*',
'<%= dist %>/bootstrap-editable/img/' : 'src/img/*',
'<%= dist %>/jqueryui-editable/img/' : 'src/img/*',
'<%= dist %>/jquery-editable/img/' : 'src/img/*',
//licences
'<%= dist %>/': ['LICENSE-MIT', 'README.md', 'CHANGELOG.txt']
},

@ -39,7 +39,7 @@
}
.editableform-loading {
background: url('img/loading.gif') center center no-repeat;
background: url('../img/loading.gif') center center no-repeat;
height: 25px;
width: auto;
min-width: 25px;

Before

(image error) Size: 1.8 KiB

After

(image error) Size: 1.8 KiB