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
9861c95f
Commit
9861c95f
authored
Oct 29, 2014
by
Adeel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build: Verbose stats.
parent
af1721f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
build.js
build.js
+1
-1
No files found.
build.js
View file @
9861c95f
...
...
@@ -49,7 +49,7 @@ if (!force && !process.env.SKIP_NODE_SASS_TESTS) {
mocha
.
run
(
function
()
{
// at least 90% of tests should pass
if
((
total
-
failures
)
*
100
/
total
<
90
)
{
console
.
log
(
'Problem with the binary
; m
anual build incoming'
);
console
.
log
(
'Problem with the binary
: '
+
failures
+
' of '
+
total
+
' tests are failing.
\
nM
anual build incoming'
);
console
.
log
(
'Please consider contributing the release binary to https://github.com/sass/node-sass-binaries for npm distribution.'
);
build
();
}
else
{
...
...
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