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

Commit fe572eb

Browse files
committed
1 parent 639173e commit fe572eb

File tree

186 files changed

+3269
-1870
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+3269
-1870
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-sass",
33
"version": "4.7.2",
4-
"libsass": "3.5.0.beta.2",
4+
"libsass": "3.5.0",
55
"description": "Wrapper around libsass",
66
"license": "MIT",
77
"bugs": "https://github.com/sass/node-sass/issues",

src/libsass/.editorconfig

100755100644
File mode changed.

src/libsass/.gitattributes

100755100644
File mode changed.

src/libsass/.github/CONTRIBUTING.md

100755100644
Lines changed: 7 additions & 7 deletions

src/libsass/.github/ISSUE_TEMPLATE.md

100755100644
Lines changed: 31 additions & 6 deletions

src/libsass/.gitignore

100755100644
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ VERSION
1212
.cproject
1313
.project
1414
.settings/
15+
*.db
16+
*.aps
1517

1618
# Configuration stuff
1719

@@ -68,6 +70,7 @@ bin/*
6870
.libs/
6971
win/bin
7072
*.user
73+
win/*.db
7174

7275
# Final results
7376

src/libsass/.travis.yml

100755100644
File mode changed.

src/libsass/COPYING

100755100644
File mode changed.

src/libsass/GNUmakefile.am

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ else
6969
endif
7070

7171
SASS_TESTER = $(RUBY) $(SASS_SPEC_PATH)/sass-spec.rb
72-
SASS_TESTER += -c $(SASS_LIBSASS_PATH)/tester$(EXEEXT)
72+
SASS_TESTER += -c $(top_srcdir)/tester$(EXEEXT)
7373

7474
test:
7575
$(SASS_TESTER) $(LOG_FLAGS) $(SASS_SPEC_PATH) $(SASS_TEST_FLAGS)

src/libsass/INSTALL

100755100644
File mode changed.

0 commit comments

Comments
 (0)