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
fe1699f6
Commit
fe1699f6
authored
Oct 28, 2014
by
Andrew Nesbitt
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #484 from kevva/indent
Tweak CLI output indentation
parents
0f62c181
27e4f086
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
cli.js
lib/cli.js
+4
-4
No files found.
lib/cli.js
View file @
fe1699f6
...
...
@@ -11,15 +11,15 @@ function init(args) {
argv
:
args
,
pkg
:
'../package.json'
,
help
:
[
'
Usage'
,
'Usage'
,
' node-sass [options] <input.scss> [output.css]'
,
' cat <input.scss> | node-sass > output.css'
,
''
,
'
Example'
,
'Example'
,
' node-sass --output-style compressed foobar.scss foobar.css'
,
' cat foobar.scss | node-sass --output-style compressed > foobar.css'
,
''
,
'
Options'
,
'Options'
,
' -w, --watch Watch a directory or file'
,
' -o, --output Output CSS file'
,
' -x, --omit-source-map-url Omit source map URL comment from output'
,
...
...
@@ -147,7 +147,7 @@ module.exports = function(args) {
console
.
error
([
'Provide a sass file to render'
,
''
,
'
Example'
,
'Example'
,
' node-sass --output-style compressed foobar.scss foobar.css'
,
' cat foobar.scss | node-sass --output-style compressed > foobar.css'
].
join
(
'
\
n'
));
...
...
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