Skip to content

Commit

Permalink
#2935: webcompilers.pp, remove 'imagemin'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Apr 1, 2018
1 parent dde12c5 commit 7b29333
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
## hiera attributes
$hiera_dev = lookup('development')
$version_uglify_js = $hiera_dev['npm']['custom']['uglify-js']
$version_imagemin = $hiera_dev['npm']['custom']['imagemin']
$version_node_sass = $hiera_dev['npm']['custom']['node-sass']
$version_babel_core = $hiera_dev['npm']['custom']['babel-core']
$version_browserify = $hiera_dev['npm']['custom']['browserify']
Expand All @@ -16,7 +15,6 @@
## variables
$webcompilers = [
"uglify-js@${version_uglify_js}",
"imagemin@${$version_imagemin}",
"node-sass@${$version_node_sass}",
"babel-core@${$version_babel_core}",
"browserify@${$version_browserify}",
Expand Down

0 comments on commit 7b29333

Please sign in to comment.