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

Allow you to change the compiler and expose it #238

Merged
merged 1 commit into from
Apr 29, 2015
Merged

Conversation

sarenji
Copy link
Contributor

@sarenji sarenji commented Apr 14, 2015

This will let you write require('gulp-sass').compiler.types, for example, and access
the new node-sass types without having to require('node-sass') in your own code.

Additionally, this lets you use a forked compiler, or a different branch
of the same compiler, by overriding require('gulp-sass').compiler.

What do you think?

This will let you write sass.compiler.types, for example, and access the
sass types without having to require it in your main app.

Additionally, this lets you use a forked compiler, or a different branch
of the same compiler.
@Snugug
Copy link
Collaborator

Snugug commented Apr 14, 2015

Would have preferred an issue before a PR.

We'll take a look and discuss

@Snugug
Copy link
Collaborator

Snugug commented Apr 14, 2015

The tests are also failing

@sarenji
Copy link
Contributor Author

sarenji commented Apr 14, 2015

@Snugug next time I'll open an issue, but perhaps that should be made clear in the README?

With regards to the tests, the same tests were failing before my change, so my commit shouldn't be changing any existing functionality.

@Snugug
Copy link
Collaborator

Snugug commented Apr 14, 2015

We'll make that clear in contributing guidelines for 2.x.

@Snugug
Copy link
Collaborator

Snugug commented Apr 29, 2015

I'm happy with this, gonna merge it in.

Snugug added a commit that referenced this pull request Apr 29, 2015
Allow you to change the compiler and expose it
@Snugug Snugug merged commit 33aa1f7 into dlmanning:2.x Apr 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants