-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
Need a way to specify global options in a project #69
Comments
That's a good idea |
👍 |
For parity with Web Essentials 2013, it should be possible to specify to allow all files to be compiled and have some default options, per-project or global for all projects. |
Can you please test it out in the latest build: http://vsixgallery.com/extension/148ffa77-d70a-407f-892b-9ee542346862/
|
Hi Mad, is it possible to disable minification of LESS files globally? Because I'm specifying this for every LESS entry: "minify": { and maybe there's already a better way of doing it. Thanks! |
You can't specify default minification settings yet, like you can for the compiler settings. It's coming though |
+1 for global setting which can be synced between developers/projects :-) |
What about a global solution settings file? If there are multiple web-projects in a solutions, this would be more convenient. |
+1, it was already there in the previous Web Essential using webessential json config. |
This is particularly necessary in the current state without globbing support.
Basically, I shouldn't have to specify "strictMath" for each and every LESS file in my project, but should be able to specify it once for all of them.
(if there is a way to do this that I somehow missed, please add it to the readme!)
The text was updated successfully, but these errors were encountered: