You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running "bless:prod" (bless) task
[D] Task source: (MY PATH)/node_modules/grunt-bless/tasks/bless.js
Verifying property bless.prod exists in config...OK
Files: (BIG LIST OF FILES SUPPRESSED, BUT IT WAS A CORRECT LIST OF PATHS SEPARATED BY COMMAS)
Options: compress=false, logCount="warn", force=false, warnLimit=4013, imports, failOnLimit="true", suffix="", sourceMaps=false, root=""
it is not an array.
Reading dist/prod/www/css/bookmarklet/bookmarklet-all.82bc5f57.css...OK
Warning: Cannot read property '0' of undefined Use --force to continue.
Aborted due to warnings.
I would think that should work, but it's not reaching the concat function as an array. Could be a grunt issue? Could be me doing something wrong? But this seems like it should work.
The text was updated successfully, but these errors were encountered:
Now that I'm looking at this, it doesn't seem my use case works anyway. I'm looking to see if the files are individually exceeding the limit. This tool seems to concatenate all of the css before doing its work. I'm closing, as I think I'll need to write something a little more custom.
My config:
The output of
grunt bless:prod --verbose
:I would think that should work, but it's not reaching the
concat
function as an array. Could be a grunt issue? Could be me doing something wrong? But this seems like it should work.The text was updated successfully, but these errors were encountered: