Removing everything that isn't strictly LibSass related
Showing
Gemfile
deleted
100644 → 0
| source 'https://rubygems.org' | ||
| # Specify your gem's dependencies in sassc.gemspec | ||
| gemspec |
Gemfile.lock
deleted
100644 → 0
Rakefile
deleted
100644 → 0
bin/.gitkeep
deleted
100644 → 0
grammar-notes.txt
deleted
100644 → 0
interpolation.scss
deleted
100644 → 0
lib/..rb
deleted
100644 → 0
lib/sassc.rb
deleted
100644 → 0
loop.c
deleted
100644 → 0
pkg/sassc-0.0.1.gem
deleted
100644 → 0
File deleted
sassc.c
deleted
100644 → 0
sassc.gemspec
deleted
100644 → 0
| # -*- encoding: utf-8 -*- | ||
| #require File.expand_path('../lib/sassc', __FILE__) | ||
| $gemspec = Gem::Specification.new do |gem| | ||
| gem.authors = ["Hampton Catlin", "Aaron Leung"] | ||
| gem.email = ["hcatlin@gmail.com"] | ||
| gem.description = %q{A native implementation of the Sass language} | ||
| gem.summary = %q{Native Sass} | ||
| gem.homepage = "http://github.com/hcatlin/libsass" | ||
| gem.files = `git ls-files`.split($\) | ||
| gem.executables = []#gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } | ||
| gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) | ||
| gem.name = "sassc" | ||
| gem.extensions = ["src/extconf.rb"] | ||
| gem.require_paths = ["lib", "src"] | ||
| gem.version = "0.1"#SassC::VERSION | ||
| gem.add_dependency('ffi') | ||
| gem.add_dependency('rake-compiler') | ||
| end |
scratch/basic.scss
deleted
100644 → 0
scratch/connectives.scss
deleted
100644 → 0
scratch/exceptional.scss
deleted
100644 → 0
scratch/hex_math.scss
deleted
100644 → 0
scratch/huge.scss
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
scratch/interpolation.scss
deleted
100644 → 0
scratch/lists.scss
deleted
100644 → 0
scratch/mixins.scss
deleted
100644 → 0
scratch/test.scss
deleted
100644 → 0
scratch/testlib.cpp
deleted
100644 → 0
scratch/testlib.h
deleted
100644 → 0
scratch/testlib.hpp
deleted
100644 → 0
scratch/ttlib.c
deleted
100644 → 0
scratch/ttlib.cpp
deleted
100644 → 0
spec.rb
deleted
100755 → 0
spec/basic/00_empty/input.scss
deleted
100644 → 0
spec/basic/00_empty/output.css
deleted
100644 → 0
spec/basic/01_simple_css/input.scss
deleted
100644 → 0
spec/basic/01_simple_css/output.css
deleted
100644 → 0
spec/basic/14_imports/a.scss
deleted
100644 → 0
spec/basic/14_imports/b.scss
deleted
100644 → 0
spec/basic/14_imports/d.scss
deleted
100644 → 0
spec/basic/14_imports/input.scss
deleted
100644 → 0
spec/basic/14_imports/output.css
deleted
100644 → 0
spec/basic/14_imports/sub/c.scss
deleted
100644 → 0
spec/basic/18_mixin_scope/input.scss
deleted
100644 → 0
spec/basic/18_mixin_scope/output.css
deleted
100644 → 0
spec/benchmarks/empty.scss
deleted
100644 → 0
spec/benchmarks/large_empty.scss
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
spec/scss/basic_mixins/input.scss
deleted
100644 → 0
spec/scss/basic_mixins/output.css
deleted
100644 → 0
spec/scss/css_basic_scss/input.scss
deleted
100644 → 0
spec/scss/css_basic_scss/output.css
deleted
100644 → 0
spec/scss/css_empty_rule/input.scss
deleted
100644 → 0
spec/scss/css_empty_rule/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/scss/css_unary_ops/input.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/scss/css_unary_ops/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/scss/multiline_var/input.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/scss/multiline_var/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/scss/nested_rules/input.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/scss/nested_rules/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/scss/sass_script/input.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/scss/sass_script/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/scss/variables/input.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/scss/variables/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/todo/basic_function/input.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/basic_function/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/todo/css_unicode/input.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/css_unicode/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/todo/each_directive/input.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/each_directive/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/empty_content/input.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/empty_content/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/for_directive/input.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/for_directive/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/function_args/input.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/function_args/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/guard_assign/input.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/guard_assign/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/http_import/input.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/http_import/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/if_directive/input.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/if_directive/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/todo/interpolation/input.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/interpolation/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/todo/media_import/input.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/media_import/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/todo/mixin_content/input.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/mixin_content/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/todo/url_import/input.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/url_import/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/todo/while_directive/input.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/todo/while_directive/output.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/unit-test-document.cpp
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/unit-test-prelexer.cpp
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment