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
b75da700
Commit
b75da700
authored
Oct 13, 2014
by
Andrew Nesbitt
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #455 from am11/master
Code: Updated to latest master and fixed a test
parents
9909f276
384772bd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
libsass
libsass
+1
-1
cli.js
test/cli.js
+4
-4
sass-spec
test/sass-spec
+1
-1
No files found.
libsass
@
9569ba15
Subproject commit
27d4fcd92db501d0662696f08942f35499717f53
Subproject commit
9569ba15a3b9d04be1490f6d83c998802cd94514
test/cli.js
View file @
b75da700
...
...
@@ -8,10 +8,10 @@ var path = require('path'),
cliPath
=
path
.
resolve
(
__dirname
,
'../bin/node-sass'
),
sampleFilename
=
path
.
resolve
(
__dirname
,
'sample.scss'
);
var
expectedSampleCompressed
=
'#navbar{width:80%;height:23px
;
}
\
#navbar ul{list-style-type:none
;
}
\
#navbar li{float:left
;
}
\
#navbar li a{font-weight:bold
;
}'
;
var
expectedSampleCompressed
=
'#navbar{width:80%;height:23px}
\
#navbar ul{list-style-type:none}
\
#navbar li{float:left}
\
#navbar li a{font-weight:bold}'
;
var
expectedSampleNoComments
=
'#navbar {
\
n
\
width: 80%;
\
n
\
...
...
sass-spec
@
c670739b
Subproject commit
0882c3093cba708ea419e521fb48a272ab6b8b6d
Subproject commit
c670739b19a780e315672d158e257585a20f81bf
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