-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat(gen): add Less support to the initialization process #637
Conversation
Im keeping this on the backburner for now but it is something that will get added |
message: 'Would you like to use Less?', | ||
default: true, | ||
when: function (props) { | ||
return ! this.compass; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no space after !
@lexaficus see my comments above |
Hi, just wondering if this will be merged soon? |
only if the issues are resolved |
Hi, which are the pending issues? Didn't comments were resolved? |
they have been resolved now. @lexaficus can you squash the commits into one please? Still need to test these changes as well though |
Ok, done |
@lexaficus There's a merge conflict with the patch at the moment. EDIT: s/request/conflict/ |
Less question will show up only Compass have been disabled merge main.less, main.scss, main.css templates into single main.css template
This looks to be passing now and well implemented -- just a heads up. This would be awesome to have in the official repo. |
I thought I commented on this :( @lexaficus Can you please rebase/resolve conflicts and see if this needs updating? I would like to merge it soon. |
closing in favor of #959 |
Less question will show up only Compass have been disabled