Skip to content

Commit

Permalink
Issue techjoomla#20 feat: add SASS / SCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakhan Mandloi committed Sep 27, 2017
1 parent 1a50e52 commit 4d5dd8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions environment-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
- ruby
- devtools

- name: 'install SASS / SCSS'
raw: sudo gem install sass --no-user-install
when: ansible_distribution_version == '16.04'
tags:
- ruby
- devtools

- name: 'install node'
raw: curl -sL https://deb.nodesource.com/setup_8.x | bash - && apt-get install -y nodejs
when: ansible_distribution_version == '16.04'
Expand Down

0 comments on commit 4d5dd8b

Please sign in to comment.