move img dir outside css, fixes #46
This commit is contained in:
parent
622df67c94
commit
4109609e63
@ -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)
|
||||
|
6
grunt.js
6
grunt.js
@ -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 ![]() ![]() |
Loading…
x
Reference in New Issue
Block a user