Переглянути джерело

Remove unnecesary task (firefoxos)

soyjavi 13 роки тому
батько
коміт
b9c0de4ed4
1 змінених файлів з 0 додано та 8 видалено
  1. 0 8
      GruntFile.coffee

+ 0 - 8
GruntFile.coffee

@@ -51,8 +51,6 @@ module.exports = (grunt) ->
         'src/stylesheets/lungo.animation.*.styl']
       theme: [
         'src/stylesheets/theme/theme.*.styl']
-      theme_firefoxos: [
-        'src/stylesheets/theme/firefoxos/theme.*.styl']
       icons: [
         'src/stylesheets/lungo.icon**.styl']
       calendar:
@@ -75,9 +73,6 @@ module.exports = (grunt) ->
       theme:
         options: compress: false, import: [ '__init']
         files: '<%=meta.endpoint%>/<%=meta.file%><%=meta.version%>/<%=meta.file%>.theme.css': '<%=source.theme%>'
-      theme_firefoxos:
-        options: compress: true, import: [ '__init']
-        files: '<%=meta.packages%>/<%=meta.file%>.firefoxos/<%=meta.file%>.firefoxos.theme.css': '<%=source.theme_firefoxos%>'
       icons:
         files: '<%=meta.packages%>/<%=meta.file%>.icon/<%=meta.file%>.icon.css': '<%=source.icons%>'
       calendar:
@@ -97,9 +92,6 @@ module.exports = (grunt) ->
       theme:
         files: ['<%= source.theme %>']
         tasks: ["stylus:theme"]
-      theme_firefoxos:
-        files: ['<%= source.theme_firefoxos %>']
-        tasks: ["stylus:theme_firefoxos"]
 
       calendar:
         files: ['<%= source.calendar.coffee %>','<%= source.calendar.stylus %>']