Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI: Adds source-map=directory support #964

Merged
merged 2 commits into from
May 19, 2015
Merged

CLI: Adds source-map=directory support #964

merged 2 commits into from
May 19, 2015

Conversation

am11
Copy link
Contributor

@am11 am11 commented May 17, 2015

  • For multi-file compilation.

  • Written test.

  • Usage:

    node-sass --source-map source-map/dir --output css/path style/src/

Issue URL: #903.
PR URL: #964.

return emitter.emit('error', 'No input file was found.');
}

if (options.sourceMap) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this

@xzyfer
Copy link
Contributor

xzyfer commented May 18, 2015

Seems legit. Update the readme please.

* For multi-file compilation.
* Written test.
* Usage:

  ```javascript
  node-sass --source-map source-map/dir --output css/path style/src/
  ```

Issue URL: sass#903.
PR URL: sass#964.
@am11 am11 changed the title CLI: Adds source-map support CLI: Adds source-map=directory support May 18, 2015
@am11
Copy link
Contributor Author

am11 commented May 18, 2015

Updated docs and removed the nit. 🎱

@xzyfer
Copy link
Contributor

xzyfer commented May 19, 2015

Nice work @am11

@xzyfer xzyfer modified the milestones: next.minor, next.patch May 19, 2015
@xzyfer xzyfer modified the milestones: next.patch, v3.1.2 Jun 10, 2015
jiongle1 pushed a commit to scantist-ossops-m2/node-sass that referenced this pull request Apr 7, 2024
jiongle1 pushed a commit to scantist-ossops-m2/node-sass that referenced this pull request Apr 7, 2024
Fixes sourcemaps relative file path issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants