|
@@ -63,15 +63,11 @@ module.exports = function(grunt) {
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
copy: {
|
|
copy: {
|
|
|
- example: {
|
|
|
|
|
|
|
+ example: {
|
|
|
files: { 'example/components/lungo/': ['packages/lungo/*'] }
|
|
files: { 'example/components/lungo/': ['packages/lungo/*'] }
|
|
|
},
|
|
},
|
|
|
target: {
|
|
target: {
|
|
|
files: { 'packages/lungo.theme/': ['<config:resources.themes>'] }
|
|
files: { 'packages/lungo.theme/': ['<config:resources.themes>'] }
|
|
|
- },
|
|
|
|
|
-
|
|
|
|
|
- imports: {
|
|
|
|
|
- files: { 'packages/lungo.theme/import/': ['src/**/vendor.styl'] }
|
|
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
|