瀏覽代碼

Remove vendor.styl copy

@soyjavi 13 年之前
父節點
當前提交
348b02a2e3
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      grunt.js

+ 1 - 5
grunt.js

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