samdark / yii2-cookbook

Yii 2.0 Community Cookbook
1.45k stars 296 forks source link

Asset processing with Grunt lib.js not exits #186

Open uwang opened 6 years ago

uwang commented 6 years ago

all.json lists JavaScript files to process into lib.js.

But after run the grunt build

Running "uglify:lib" (uglify) task
>> Destination web/js/lib.min.js not written because src files were empty.
>> No files created.

web/js/lib.js not exits

I'm not sure if I'm mistaken, or web/js/lib.js missing in the Gruntfile.js 😟