Skip to content
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

Closed
BrandonLive opened this issue Aug 5, 2015 · 9 comments · May be fixed by #317
Closed

Need a way to specify global options in a project #69

BrandonLive opened this issue Aug 5, 2015 · 9 comments · May be fixed by #317

Comments

@BrandonLive
Copy link

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!)

@madskristensen
Copy link
Owner

That's a good idea

@scott-xu
Copy link

scott-xu commented Aug 8, 2015

👍

@LordJZ
Copy link

LordJZ commented Aug 10, 2015

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.

@madskristensen
Copy link
Owner

Can you please test it out in the latest build: http://vsixgallery.com/extension/148ffa77-d70a-407f-892b-9ee542346862/

Next time a file is added to compilerconfig.json through the context-menu, a compilerconfig.json.defaults is created

@titobf
Copy link

titobf commented Aug 31, 2015

Hi Mad, is it possible to disable minification of LESS files globally? Because I'm specifying this for every LESS entry:

"minify": {
"enabled": false
}

and maybe there's already a better way of doing it.

Thanks!

@madskristensen
Copy link
Owner

You can't specify default minification settings yet, like you can for the compiler settings. It's coming though

@kipusoep
Copy link

+1 for global setting which can be synced between developers/projects :-)

@gentoo90
Copy link

gentoo90 commented Feb 8, 2016

What about a global solution settings file? If there are multiple web-projects in a solutions, this would be more convenient.

@aukgit
Copy link

aukgit commented Jun 26, 2016

+1, it was already there in the previous Web Essential using webessential json config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants