Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
楚学文
node-sass
Commits
270ea015
Commit
270ea015
authored
Jun 03, 2014
by
Andrew Nesbitt
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #323 from LaurentGoderre/fix-windows
Updated libsass too fix the Windows build
parents
01434693
60d924f2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
binding.gyp
binding.gyp
+3
-1
libsass
libsass
+1
-1
No files found.
binding.gyp
View file @
270ea015
...
...
@@ -28,7 +28,9 @@
'libsass/source_map.cpp',
'libsass/to_c.cpp',
'libsass/to_string.cpp',
'libsass/units.cpp'
'libsass/units.cpp',
'libsass/utf8_string.cpp',
'libsass/sass2scss/sass2scss.cpp'
],
'include_dirs': [
'<!(node -e "require(\'nan\')")'
...
...
libsass
@
95be2276
Subproject commit
e9e2cfc40a74b5cea6a0e7142324ab6e5f975ce1
Subproject commit
95be22767215b8b4d8c4925ed9d744093f697bb0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment