gems.sass-3.7.4.bin.scss Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sass-maven-plugin Show documentation
Show all versions of sass-maven-plugin Show documentation
A Maven Plugin that compiles Sass files.
The newest version!
#!/usr/bin/env ruby
# The command line Sass parser.
THIS_FILE = File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__
begin
require File.dirname(THIS_FILE) + '/../lib/sass'
rescue LoadError
require 'sass'
end
require 'sass/exec'
opts = Sass::Exec::SassScss.new(ARGV, :scss)
opts.parse!
© 2015 - 2024 Weber Informatics LLC | Privacy Policy