-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support importer option #17
Comments
@ncoden If you think some features may be helpful you can add it by yourself. Let me know if you will add any feature, I can send a collaborator invitation to you. 😄 |
Hi @theJian. I am currently working on this feature. But I notice it require to support the asynchronous render. It would be really helpful if you could uncomment/clean the current commented code about it. |
Also, I am using An other solution is to provide two packages: a generic one |
I also need to know: are you reviewing the PR I make ? Can I assume the changes I introduce will be verified ? Or should I be careful because of you do not have the time to maintain this package and you cannot ensure that my changes do not introduce bugs ? |
Hi @ncoden, I was the one who brought up idea of the async render feature. I would love to resume the development of this project in one week. I will need some time to pick the whole project up so if you have an idea of how to continue the development, please let me know of we could avoid the overlap. |
@ncoden I assume what you mean by making this plugin more generic is that you want to involve more options to make it work like node-sass. unfortunately, compare to the node-sass, this project is pretty immature. And I couldn't see there's way to improve the usability of this project significantly in a short period of time. Maybe some time in the future we will come up with a development schedule. However, for the current shopify project you might work on, don't rely on this plugin or I assume you will be stuck at nowhere. |
Hi @zhangyue1208. I need the async render feature because of the |
@ncoden sure I will see what I can do. However, please be aware of that we are all contributing on this project at our spare time and there's no guarantee of developing progress. |
@zhangyue1208 I am not working on a Shopify project. I am only using this package to concat Foundation Sass files into one distribution files with Sass dependencies included. It works well for now. I need this package to support the gulp.src(...)
.pipe(gulp-shopify-sass(eyeglass()))
... Like I explained above, making this package generic is not difficult and require (I think) only a generic name (obviously) and to not replace the extension with |
@ncoden from my understanding, you only need files to be concatenate into a whole piece without compile it? |
@zhangyue1208 Yes. But it is exactly what is package is doing, among the |
@ncoden You are absolutely right. I just recalled. Thanks for the explanation! |
@zhangyue1208 So I just need for the commented code to be cleaned, because of I don't know what is related to the async feature and what it is not. But if you cannot do it for now, it's not a problem, i'll take care of it later. |
@ncoden I haven't used this package for a long time. So, yes, any changes should be careful. |
@theJian Sure I would love to. |
@theJian I would like too 😄 |
@ncoden I will try accomplish the async render today. If I couldn't achieve it, I will let you know where I left and you can continue form there. |
I have send invitation to you guys. Thanks. |
@theJian thank you for bring it alive and all the maintaining. |
@ncoden I've add async render feature. Just noticed you didn't add any test for includePaths. Do you mind add some simple test? |
@zhangyue1208 We have write access, but I think we should still use branches (see http://nvie.com/posts/a-successful-git-branching-model/) and pull requests, to review each others works. |
@ncoden cannot agree more, I will follow the pattern from now on. Thanks for the amazing advice! |
Hi @theJian,
Do you know if you could add the support of the
importer
option ?This option would be useful to use gulp-shopify-sass with eyeglass.
The text was updated successfully, but these errors were encountered: