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

Some Angular HTML expressions during Minification are ignored #231

Open
patardi opened this issue Sep 29, 2016 · 1 comment
Open

Some Angular HTML expressions during Minification are ignored #231

patardi opened this issue Sep 29, 2016 · 1 comment

Comments

@patardi
Copy link

patardi commented Sep 29, 2016

There is an issue when minifying html containing angular elements. For example the following syntax:

ng-if="!isOk1 && !isOk2"

is output as:

ng-if=!isOK1

An important part of the "if" expression is ignored. The output should have been:

ng-if=!isOk1 && !isOk2

@Taritsyn
Copy link
Contributor

Hello, Patardi!

What version of Web Essentials 2015 you are using? In latest version (3.0.235) is no longer available menu items that responsible for minification.

On official website of Web Essentials published a warning:

Important! Bundling, minification and compilation of LESS, Sass and CoffeeScript is not longer part of Web Essentials 2015.

Install the new extensions Bundler & Minifier and Web Compiler instead. Also, see this list of other web development extensions that might be of interest to you.

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

No branches or pull requests

2 participants