<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Musings on Preprocessing</title>
	<atom:link href="http://css-tricks.com/musings-on-preprocessing/feed/" rel="self" type="application/rss+xml" />
	<link>http://css-tricks.com/musings-on-preprocessing/</link>
	<description>Tips, Tricks, and Techniques on using Cascading Style Sheets.</description>
	<lastBuildDate>Tue, 18 Jun 2013 05:10:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Steven Sloan</title>
		<link>http://css-tricks.com/musings-on-preprocessing/#comment-160753</link>
		<dc:creator>Steven Sloan</dc:creator>
		<pubDate>Sat, 24 Mar 2012 18:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=16238#comment-160753</guid>
		<description><![CDATA[@chriscoyier - Looks like Bryan added support for Jade a couple builds back - was getting frustrated with HAMLs lack of HTML includes myself - https://github.com/bdkjones/CodeKit/issues/98]]></description>
		<content:encoded><![CDATA[<p>@chriscoyier &#8211; Looks like Bryan added support for Jade a couple builds back &#8211; was getting frustrated with HAMLs lack of HTML includes myself &#8211; <a href="https://github.com/bdkjones/CodeKit/issues/98" rel="nofollow">https://github.com/bdkjones/CodeKit/issues/98</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliott the web design guy</title>
		<link>http://css-tricks.com/musings-on-preprocessing/#comment-155285</link>
		<dc:creator>Elliott the web design guy</dc:creator>
		<pubDate>Sat, 03 Mar 2012 07:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=16238#comment-155285</guid>
		<description><![CDATA[I&#039;ve only just started using SASS and my first impressions are pretty darn good, I love using mixins and @if&#039;s are pretty cool, I am a one man band and don&#039;t have a real need for a workflow that allows for multiple users to make changes to files however, because of reading this I can see the benefits and will start looking into setting up a proper workflow. As always amazing resource Chris thanks.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve only just started using SASS and my first impressions are pretty darn good, I love using mixins and @if&#8217;s are pretty cool, I am a one man band and don&#8217;t have a real need for a workflow that allows for multiple users to make changes to files however, because of reading this I can see the benefits and will start looking into setting up a proper workflow. As always amazing resource Chris thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klaus</title>
		<link>http://css-tricks.com/musings-on-preprocessing/#comment-153777</link>
		<dc:creator>Klaus</dc:creator>
		<pubDate>Sun, 26 Feb 2012 19:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=16238#comment-153777</guid>
		<description><![CDATA[+1 for WebPutty. I&#039;m using it just for SASS, now I&#039;ll start digging Compass/Blueprint - I want to upgrade old code written for 960.gs.]]></description>
		<content:encoded><![CDATA[<p>+1 for WebPutty. I&#8217;m using it just for SASS, now I&#8217;ll start digging Compass/Blueprint &#8211; I want to upgrade old code written for 960.gs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://css-tricks.com/musings-on-preprocessing/#comment-153136</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 24 Feb 2012 12:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=16238#comment-153136</guid>
		<description><![CDATA[I really love th idea of using LESS / SASS however I use Beanstalk to store mymain repo while devloping if I compile through codekit and then push to the server my team wont be able to get the LESS/ SCSS files they will see the compiled code, is there a way to compile on deploy to the main servers using Beanstalk.]]></description>
		<content:encoded><![CDATA[<p>I really love th idea of using LESS / SASS however I use Beanstalk to store mymain repo while devloping if I compile through codekit and then push to the server my team wont be able to get the LESS/ SCSS files they will see the compiled code, is there a way to compile on deploy to the main servers using Beanstalk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurence</title>
		<link>http://css-tricks.com/musings-on-preprocessing/#comment-151576</link>
		<dc:creator>Laurence</dc:creator>
		<pubDate>Sun, 19 Feb 2012 09:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=16238#comment-151576</guid>
		<description><![CDATA[I&#039;m not sure you do have to work locally. My workflow consists of LESS + lessphp, which dynamically recompiles, minifies and gzips my LESS files whenever I call the stylesheet (which is at url.com/style.php as opposed to url.com/style.css). There is a little overhead with this processing, but when combined with caching the outputted CSS (if there are no changes to the LESS files) this is minimal.

Works for me!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure you do have to work locally. My workflow consists of LESS + lessphp, which dynamically recompiles, minifies and gzips my LESS files whenever I call the stylesheet (which is at url.com/style.php as opposed to url.com/style.css). There is a little overhead with this processing, but when combined with caching the outputted CSS (if there are no changes to the LESS files) this is minimal.</p>
<p>Works for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://css-tricks.com/musings-on-preprocessing/#comment-151000</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Fri, 17 Feb 2012 02:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=16238#comment-151000</guid>
		<description><![CDATA[I prefer the .sass syntax, too. No curly braces and semicolons everywhere = less typing, more readable, more fun IMO. Then again, I&#039;m an old Pythonista ;)

Many people are not comfortable with the whole indentation-based thingy, though, or feel it strays too far from what plain CSS looks like. The good news is, both syntaxes are interchangeable, i.e. you can import .sass into .scss (and vice-versa) and it&#039;ll compile without conflict. SASS even comes with a command line tool to convert source files between the two flavours, should your tastes change.]]></description>
		<content:encoded><![CDATA[<p>I prefer the .sass syntax, too. No curly braces and semicolons everywhere = less typing, more readable, more fun IMO. Then again, I&#8217;m an old Pythonista ;)</p>
<p>Many people are not comfortable with the whole indentation-based thingy, though, or feel it strays too far from what plain CSS looks like. The good news is, both syntaxes are interchangeable, i.e. you can import .sass into .scss (and vice-versa) and it&#8217;ll compile without conflict. SASS even comes with a command line tool to convert source files between the two flavours, should your tastes change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://css-tricks.com/musings-on-preprocessing/#comment-150885</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Thu, 16 Feb 2012 21:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=16238#comment-150885</guid>
		<description><![CDATA[If you are using SASS in conjunction with Compass, Compass has an option to compress your code when you process it.  Very handy stuff.]]></description>
		<content:encoded><![CDATA[<p>If you are using SASS in conjunction with Compass, Compass has an option to compress your code when you process it.  Very handy stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T.Cretin</title>
		<link>http://css-tricks.com/musings-on-preprocessing/#comment-150009</link>
		<dc:creator>T.Cretin</dc:creator>
		<pubDate>Tue, 14 Feb 2012 01:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=16238#comment-150009</guid>
		<description><![CDATA[@tommy, you ever read those one paragraph comments which have nothing constructive to add to the conversation, only to bash someone else who actually has an opinion? It&#039;s a waste of precious electrons.]]></description>
		<content:encoded><![CDATA[<p>@tommy, you ever read those one paragraph comments which have nothing constructive to add to the conversation, only to bash someone else who actually has an opinion? It&#8217;s a waste of precious electrons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://css-tricks.com/musings-on-preprocessing/#comment-149683</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Mon, 13 Feb 2012 01:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=16238#comment-149683</guid>
		<description><![CDATA[One massive advantage of using LiveReload with it&#039;s new script method is getting auto-refresh on iOS simulators (including soft-refresh of CSS). That is pretty much the best reason to use it.]]></description>
		<content:encoded><![CDATA[<p>One massive advantage of using LiveReload with it&#8217;s new script method is getting auto-refresh on iOS simulators (including soft-refresh of CSS). That is pretty much the best reason to use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth White</title>
		<link>http://css-tricks.com/musings-on-preprocessing/#comment-149612</link>
		<dc:creator>Kenneth White</dc:creator>
		<pubDate>Sun, 12 Feb 2012 19:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=16238#comment-149612</guid>
		<description><![CDATA[I can speak to that as a former designer turned developer who is just getting into command line. For me it boiled down to the worry that command line is a direct tap into my computer, and unlike the operating system and its friendly UI, command line operations aren&#039;t safe from me—the worst part of the computing cycle. The sentiments I hear from fellow designers are similar, &quot;I don&#039;t want to accidentally destroy my computer.&quot; 

I think it&#039;s getting better and you nailed it on the head. Designers and front-end devs just have to be shown that it&#039;s all gonna be okay.]]></description>
		<content:encoded><![CDATA[<p>I can speak to that as a former designer turned developer who is just getting into command line. For me it boiled down to the worry that command line is a direct tap into my computer, and unlike the operating system and its friendly UI, command line operations aren&#8217;t safe from me—the worst part of the computing cycle. The sentiments I hear from fellow designers are similar, &#8220;I don&#8217;t want to accidentally destroy my computer.&#8221; </p>
<p>I think it&#8217;s getting better and you nailed it on the head. Designers and front-end devs just have to be shown that it&#8217;s all gonna be okay.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (User agent is rejected)
Content Delivery Network via cdn.css-tricks.com

 Served from: css-tricks.com @ 2013-06-17 22:52:13 by W3 Total Cache -->