-
Notifications
You must be signed in to change notification settings - Fork 170
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
grunt-contrib-concat 1.0.0 problems #153
Comments
It seems to create the files, it just doesn't show that they are being created. Could this be fixed please. |
See https://integration.wikimedia.org/ci/job/npm-run-doc/5384/console for us down grading. It shows the file has been created even though in 1.0.0 it creates it but dosent show that it has been created. |
This is due to #145, a work around for now is to use the |
Oh thanks, should we revert that then since it worked before. |
@Arkni how would it look like in the command line please. |
The default is set as true. This is so a user has a choice between verbose or just seeing that the file has been created and dosent't want to see all the information. Follows up https://github.com/gruntjs/grunt-contrib-concat/pull/145/files And fixes gruntjs#153
grunt concat --verbose But this will print a lot of messages. |
Hi since updating to grunt-contrib-concat 1.0.0 from 0.5.1 I no longer see in the logs that the files have been created.
It just says this
16:43:52 Running "concat:js" (concat) task
when it used to show
18:52:13 Running "concat:js" (concat) task
18:52:13 File dist/oojs-ui-core.js created.
18:52:13 File dist/oojs-ui-widgets.js created.
18:52:13 File dist/oojs-ui-toolbars.js created.
18:52:13 File dist/oojs-ui-windows.js created.
18:52:13 File dist/oojs-ui-apex.js created.
18:52:13 File dist/oojs-ui-mediawiki.js created.
And it seems that since we carn't see the files being created it seems a website we use has since been broken since we updated.
This is the link for it showing it using the old 0.5.1 version https://integration.wikimedia.org/ci/job/oojs-ui-demos-publish/581/consoleFull
This is the new one https://integration.wikimedia.org/ci/job/npm-run-demos/2225/consoleFull
Please could this be fixed.
The text was updated successfully, but these errors were encountered: