Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Switch sass-spec submodule for NPM
Browse files Browse the repository at this point in the history
Closes #1709
  • Loading branch information
nschonni committed Sep 7, 2016
1 parent 003819d commit b27386d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 71 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "libsass"]
path = src/libsass
url = git://github.com/sass/libsass.git
[submodule "test/sass-spec"]
path = test/fixtures/spec
url = https://github.com/sass/sass-spec.git
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"mocha-lcov-reporter": "^1.2.0",
"object-merge": "^2.5.1",
"read-yaml": "^1.0.0",
"rimraf": "^2.5.2"
"rimraf": "^2.5.2",
"sass-spec": "^3.3.6-3"
}
}
1 change: 0 additions & 1 deletion test/fixtures/spec
Submodule spec deleted from d70a0b
2 changes: 1 addition & 1 deletion test/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var assert = require('assert'),
readYaml = require('read-yaml'),
objectMerge = require('object-merge'),
glob = require('glob'),
specPath = require('sass-spec').dirname.replace(/\\/g, '/'),
impl = 'libsass',
version = 3.4;

Expand All @@ -17,7 +18,6 @@ var normalize = function(str) {
return str.replace(/\s+/g, '');
};

var specPath = join(__dirname, 'fixtures/spec/spec').replace(/\\/g, '/');
var inputs = glob.sync(specPath + '/**/input.*');

var initialize = function(inputCss, options) {
Expand Down
65 changes: 0 additions & 65 deletions test/util/index.js

This file was deleted.

0 comments on commit b27386d

Please sign in to comment.