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
1d80c3ba
Commit
1d80c3ba
authored
Sep 02, 2014
by
deepak1556
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add get-stdin as dependency
parent
db49b30c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
cli.js
lib/cli.js
+2
-2
package.json
package.json
+2
-1
No files found.
lib/cli.js
View file @
1d80c3ba
...
...
@@ -2,8 +2,8 @@ var watch = require('node-watch'),
render
=
require
(
'./render'
),
path
=
require
(
'path'
),
Emitter
=
require
(
'events'
).
EventEmitter
,
cwd
=
process
.
cwd
(
),
stdin
=
require
(
'get-stdin'
);
stdin
=
require
(
'get-stdin'
),
cwd
=
process
.
cwd
(
);
var
yargs
=
require
(
'yargs'
)
.
usage
(
'Compile .scss files with node-sass.
\
nUsage: $0 [options] <input.scss> [<output.css>]'
)
...
...
package.json
View file @
1d80c3ba
...
...
@@ -47,7 +47,8 @@
"
shelljs
"
:
"~0.2.6"
,
"
sinon
"
:
"~1.9.1"
,
"
node-sass-middleware
"
:
"~0.2.0"
,
"
yargs
"
:
"~1.3.1"
"
yargs
"
:
"~1.3.1"
,
"
get-stdin
"
:
"~3.0.0"
},
"devDependencies"
:
{
"
coveralls
"
:
"^2.11.1"
,
...
...
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