Skip to content

Commit

Permalink
Remove unnecesary task (firefoxos)
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Jun 6, 2013
1 parent a2b84ff commit b9c0de4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions GruntFile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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 %>']
Expand Down

0 comments on commit b9c0de4

Please sign in to comment.