grunt.js fix copy cmd
This commit is contained in:
parent
ccdff0ee51
commit
05964503ea
10
grunt.js
10
grunt.js
@ -174,11 +174,11 @@ containers = lib+'containers/';
|
|||||||
copy: {
|
copy: {
|
||||||
dist: {
|
dist: {
|
||||||
files: {
|
files: {
|
||||||
'<%= dist %>/bootstrap-editable/css/img' : 'src/editable-form/img/*',
|
'<%= dist %>/bootstrap-editable/css/img/' : 'src/editable-form/img/*',
|
||||||
'<%= dist %>/jqueryui-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 %>/jquery-editable/css/img/' : 'src/editable-form/img/*',
|
||||||
'<%= dist %>/bootstrap-editable/js/locales' : 'src/inputs/date/locales/*',
|
'<%= dist %>/bootstrap-editable/js/locales/' : 'src/inputs/date/locales/*',
|
||||||
'<%= dist %>': ['LICENSE-GPL', 'LICENSE-MIT', 'README.md', 'CHANGELOG.txt']
|
'<%= dist %>/': ['LICENSE-GPL', 'LICENSE-MIT', 'README.md', 'CHANGELOG.txt']
|
||||||
},
|
},
|
||||||
options: {
|
options: {
|
||||||
flatten: true
|
flatten: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user