-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add fileExt & importOption options, ability to use global less, update less version #67
base: master
Are you sure you want to change the base?
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:
fileExt
option to specify default file extensionimportOption
option to set the way of resource importingless
less
configurationcurl
configuration