Add SASS support#32
Add SASS support#32PavelDemyanenko wants to merge 1 commit intomadebysource:masterfrom PavelDemyanenko:sass-support
Conversation
|
Hi Pavel, File extensions were incorrect and rubySass doesn't work for some unknown reason. However, as you said, it's not very good solution when part of config file has to be in index.js. I'd like to implement Sass support purely in generator-pho. It should be possible by replacing styles task or adding a new task in indexDependencies. This way pho-devstack won't have both Less and Sass as an dependency. pho-devstack package is quite monolithic now, I plan to have more modular code as 2.0. You can use fix above if you want Sass support now. I'll implement the mentioned solution next week. Or you can do it, that would be great :-) |
|
Thank you very much! That is a very good idea having css options in generator but not in devstack. |
|
Hey what the status of this PR? How can I help? I love the premise of this stack, but I'd like to see sass support. I'd be happy to tackle whatever needs to be done. |
|
Hi, Sass support is first item on my todo list. I hope I will tackle it this Sunday. I will let you know if I encounter some problems.
|
|
Great to hear. Please feel free to reach out any time if you need a second
|
|
Closing this one (Sass support added). Moving discussion back to #19 |
Hi. Tried to add SASS support (changes in generator: madebysource/generator-pho#6). I have some issue and can't figure out what's going wrong. When i run gulp task it goes just fine but files just don't compile. Also i have problems with configuration file, i moved main style and styles options to index which i guess is unacceptable. Would really appreciate your comments.
Best regards,
Pavel