Difference between revisions of "Compass y Sass, Instalación"

From Wiki de Caballero
Jump to navigation Jump to search
(Created page with "==Ubuntu== Instalar Ruby: <syntaxhighlight lang="bash" line> sudo apt-get install ruby-full rubygems1.8 </syntaxhighlight> Instalar SASS: <syntaxhighlight lang="bash" line sta...")
 
m (Felipe moved page Editing Compass y Sass, Instalación to Compass y Sass, Instalación without leaving a redirect)
(No difference)

Revision as of 23:06, 21 July 2014

Ubuntu

Instalar Ruby:

sudo apt-get install ruby-full rubygems1.8

Instalar SASS:

sudo gem install sass

Instalar Compass:

sudo gem install compass

OS X

gem update --system
gem install compass

Probado en:

  • Mavericks 10.9.4