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

[Suggestion] Disabling displaying JS Uglify Warnings #46

Open
marbor3 opened this issue Feb 11, 2017 · 1 comment
Open

[Suggestion] Disabling displaying JS Uglify Warnings #46

marbor3 opened this issue Feb 11, 2017 · 1 comment

Comments

@marbor3
Copy link
Collaborator

marbor3 commented Feb 11, 2017

There are quite some warnings while uglifying main.js file - most if not all from 3rd party libs.

Maybe it's a good idea to disable them by adding compress options:

new webpack.optimize.UglifyJsPlugin({
	mangle: {
		'keep_fnames': true
	},
	compress: {
		warnings: false
	}
})
orioltf pushed a commit that referenced this issue Mar 8, 2017
…S-dependecy-tree to develop

* commit 'c3c7359f850491c0d95c4dd73f68b006025e3ac3':
  fix - SCSS dependency tree construction
@backflip
Copy link
Collaborator

https://github.com/unic/estatico-nou/ will introduce different log levels. As an example you can run the html task with different envs:

  • $ NODE_DEBUG=estatico-handlebars npm run gulp html
  • $ NODE_DEBUG=estatico-handlebars-extended npm run gulp html

However, I'm evaluating whether we can simplify this in unic/estatico-nou#12

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

No branches or pull requests

2 participants