dotless version 1.2.1.0 for OS X
The formula for dotless was recently updated to version 1.2.1.0.
To install dotless on your Mac, open your Terminal application and run the following commands;
brew update brew install dotless
The updated formula is as follows:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
require 'formula' class Dotless < Formula homepage "http://www.dotlesscss.org/" url "https://github.com/downloads/dotless/dotless/dotless-v1.2.1.0.zip" md5 "dd06170b2e6a8f943f715977cfcd254d" def install mono_path = `/usr/bin/which mono`.strip if mono_path.size == 0 opoo "mono not found in path" puts "You need to install Mono to run this software:" puts "http://www.go-mono.com/mono-downloads/download.html" end (bin + 'dotless').write <<-EOF #!/bin/bash exec #{mono_path} #{libexec}/dotless.Compiler.exe $@ EOF libexec.install Dir['*.exe'] (share+'dotless').install Dir['*.txt'] end end
Currently dotless has no dependencies in homebrew.
See which packages depend on dotless.