move img dir outside css, fixes #46
This commit is contained in:
@ -4,6 +4,7 @@ X-editable changelog
|
|||||||
|
|
||||||
Version 1.3.1 wip
|
Version 1.3.1 wip
|
||||||
----------------------------
|
----------------------------
|
||||||
|
[enh #46] move 'img' dir outside 'css' (vitalets)
|
||||||
[enh #48] fix handling of newlines in textarea input (jmfontaine)
|
[enh #48] fix handling of newlines in textarea input (jmfontaine)
|
||||||
[enh #47] set select source to function (brianchance)
|
[enh #47] set select source to function (brianchance)
|
||||||
[bug] fix inline container move on next line in IE7 (vitalets)
|
[bug] fix inline container move on next line in IE7 (vitalets)
|
||||||
|
6
grunt.js
6
grunt.js
@ -194,9 +194,9 @@ module.exports = function(grunt) {
|
|||||||
copy: {
|
copy: {
|
||||||
dist: {
|
dist: {
|
||||||
files: {
|
files: {
|
||||||
'<%= dist %>/bootstrap-editable/css/img/' : 'src/editable-form/img/*',
|
'<%= dist %>/bootstrap-editable/img/' : 'src/img/*',
|
||||||
'<%= dist %>/jqueryui-editable/css/img/' : 'src/editable-form/img/*',
|
'<%= dist %>/jqueryui-editable/img/' : 'src/img/*',
|
||||||
'<%= dist %>/jquery-editable/css/img/' : 'src/editable-form/img/*',
|
'<%= dist %>/jquery-editable/img/' : 'src/img/*',
|
||||||
//licences
|
//licences
|
||||||
'<%= dist %>/': ['LICENSE-MIT', 'README.md', 'CHANGELOG.txt']
|
'<%= dist %>/': ['LICENSE-MIT', 'README.md', 'CHANGELOG.txt']
|
||||||
},
|
},
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.editableform-loading {
|
.editableform-loading {
|
||||||
background: url('img/loading.gif') center center no-repeat;
|
background: url('../img/loading.gif') center center no-repeat;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
width: auto;
|
width: auto;
|
||||||
min-width: 25px;
|
min-width: 25px;
|
||||||
|
Before ![]() (image error) Size: 1.8 KiB After ![]() (image error) Size: 1.8 KiB ![]() ![]() |
Reference in New Issue
Block a user