add ".import.less" to overrides and variables files#64
add ".import.less" to overrides and variables files#64sircharleswatson wants to merge 1 commit intoSemantic-Org:masterfrom
Conversation
…n handle them properly in a package file.
|
Awesome! Just tried it by checking out your forks (Semantic-UI-Meteor and Semantic-UI-Meteor-Data) and it works perfectly with the official Less package! 👍 |
|
You can also edit the less package to add |
|
@jlukic I think it would take a lot longer for MDG to accept changes to their less package, unfortunately. What do you think would be the best option? |
|
I'm currently monkeypatching mdg less packages. I might talk to someone at meteor about this when i get a chance. I think this is an alright solution but it will require people to modify their |
|
@jlukic That makes sense. According to the Less docs, if you pass any file to it that doesn't have I needed a quick solution so the easiest way was to change the file extensions here. but if this isn't the best place to do it, I'm fine with that :) |
|
@sircharleswatson wow thanks man, it will help us a lot. App reloading times in development mode now takes forever which is insane :) Really looking forward for new Semantic-UI version with the fix |
This will allow people to use
semantic:uiinside a Meteor package and will fix a lot of the problems with getting that to work properly.This is dependent on the pull request just made here:
Semantic-Org/Semantic-UI-Meteor-Data#1
This will also fix these issues:
#63, #62, and #52
This will possibly fix other issues as well.
With the
.import.lessextension on the*.overridesand*.variablesfiles, it will work perfectly whether thesemantic:uipackage is being depended upon in another package, or if it is added directly to an app.