Add fileExt & importOption options, ability to use global less, update less version - #67
Add fileExt & importOption options, ability to use global less, update less version#67gamtiq wants to merge 6 commits into
Conversation
* fileExt option to specify default file extension * importOption option to set the way of resource importing * ability to use preloaded global less * ability to use global less configuration * adaptation to curl configuration
|
Can you explain why you need access to Also I'm not sure I understand the use case for The configuration and global changes sound great. |
|
Both options allows loading and preprocessing files with |
|
I'm not sure that this is the right level to be handling this sort of thing. Ideally one could handle this with a rewrite rule on the server for example. I think there is some nice code here though that could potentially benefit users, but are the |
|
I suppose so. Rewrite rule on the server is possible solution. But why should we utilize server for migration to Less when it is possible to use only client-side solution? |
|
Hello, I've updated lessc up to version 2.5.0. It seems that all works fine. But I didn't test the plugin with RequireJS optimizer. |
Hello,
I've made several changes to improve usability of the plugin. Namely:
fileExtoption to specify default file extensionimportOptionoption to set the way of resource importinglesslessconfigurationcurlconfiguration