<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>yml on keyes.ie</title>
    <link>https://keyes.ie/tags/yml/</link>
    <description>Recent content in yml on keyes.ie</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 15 Jun 2013 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://keyes.ie/tags/yml/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>How to install lessc on wercker</title>
      <link>https://keyes.ie/how-to-install-lessc-on-wercker/</link>
      <pubDate>Sat, 15 Jun 2013 00:00:00 +0000</pubDate>
      
      <guid>https://keyes.ie/how-to-install-lessc-on-wercker/</guid>
      <description>Want to compile your LESS assets on werker?
The wercker/python box does not have a LESS compiler available. To install lessc you must first install npm but when I tried to execute curl http://npmjs.org/install.sh | sh on wercker the script reported some errors (which I didn’t record and now can’t reproduce).
Use the following script to install lessc on wercker:
box:wercker/pythonbuild:steps:- script:name:&amp;#34;install lessc&amp;#34;code:|- curl https://npmjs.org/install.sh | sudo bashsudonpminstallless-g lessc can also be installed locally (not using sudo) if you prefer.</description>
    </item>
    
  </channel>
</rss>