Javi Jimenez Villar 13 lat temu
rodzic
commit
97fa3c505a
2 zmienionych plików z 5 dodań i 7 usunięć
  1. 4 7
      grunt.js
  2. 1 0
      packages/lungo.icon

+ 4 - 7
grunt.js

@@ -83,26 +83,23 @@ module.exports = function(grunt) {
       },
       icons: {
         options: { compress: true },
-        files: { '<%=meta.endpoint%>/<%=meta.file%><%=meta.version%>/**.css': '<config:resources.icons>' }
+        files: { '<%=meta.endpoint%>/<%=meta.file%>.icon/**.css': '<config:resources.icons>' }
       },
-      flatten: {
+      themes: {
         options: { flatten: true },
         files: { '<%=meta.endpoint%>/<%=meta.file%><%=meta.version%>/**.css': '<config:resources.themes>' }
       }
     },
 
     copy: {
-      example: {
-        files: { 'example/components/<%=meta.file%>/': ['<%=meta.endpoint%>/<%=meta.file%>/*'] }
-      },
-      target: {
+      theme: {
         files: { '<%=meta.endpoint%>/<%=meta.file%>.theme/': ['<config:resources.themes>'] }
       }
     },
 
     watch: {
       files: ['<config:resources.coffeescripts>', '<config:resources.stylesheets>', '<config:resources.themes>'],
-      tasks: 'coffee concat min stylus'
+      tasks: 'coffee concat min stylus:stylesheets stylus:themes'
     }
   });
 

+ 1 - 0
packages/lungo.icon

@@ -0,0 +1 @@
+Subproject commit ee11e3604629a3b04d82ecfa8f6516849750c4a5