Skip to content

Commit

Permalink
Merge pull request #1 from ChinggizKhan/master
Browse files Browse the repository at this point in the history
Update compass scripts-- get rid of settings
  • Loading branch information
marktheunissen committed Dec 7, 2012
2 parents 821c83b + e4d20ac commit b38ca85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 45 deletions.
42 changes: 0 additions & 42 deletions ubuntu-12.04-lamp-dev/settings.yml

This file was deleted.

6 changes: 3 additions & 3 deletions ubuntu-12.04-lamp-dev/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,16 @@
action: command gem install sass creates=/usr/local/bin/sass
tags: css

- name: CSS | Install Susy (no more --pre required as it's 1.0 now)
- name: CSS | Install Susy (no more --pre required as it is 1.0 now)
action: command gem install susy
tags: css

- name: CSS | Install Compass
action: command gem install compass creates=/usr/local/bin/compass
tags: css

- name: CSS | Install Respond-to
action: command gem install respond-to
- name: CSS | Install Aurora (which will install breakpoint, sass-buttons, respond-to)
action: command gem install compass-aurora
tags: css

##
Expand Down

0 comments on commit b38ca85

Please sign in to comment.