Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/HBRGTech/daisy
Browse files Browse the repository at this point in the history
  • Loading branch information
flagster76 committed Nov 18, 2014
2 parents 0ad6210 + 148566d commit 6ee63a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'http://rubygems.org'

gem 'compass', '~> 1.0.1'
gem 'compass', '~> 0.12.7'
8 changes: 8 additions & 0 deletions puppet/manifests/site.pp
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@
package { 'npm':
ensure => 'present'
}

exec { 'install bower':
command => '/usr/bin/npm install -g bower',
user => 'root',
timeout => 0,
require => Package['npm'],
before => Exec['npm install']
}

exec { 'install grunt-cli':
command => '/usr/bin/npm install -g grunt-cli',
Expand Down

0 comments on commit 6ee63a0

Please sign in to comment.