gruntjs/grunt-contrib-concat

grunt-contrib-concat 1.0.0 problems

paladox opened this issue · 7 comments

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.

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.

Arkni commented

This is due to #145, a work around for now is to use the --verbose command line option.

Oh thanks, should we revert that then since it worked before.

@Arkni how would it look like in the command line please.

Arkni commented
grunt concat --verbose

But this will print a lot of messages.

@Arkni oh thanks for that, ive created this patch #154