Can grunt-usemin automatically update build: js blocks?

I thought that when I moved the .js files to a directory that grunt-usemin would update the .js files listed in the blocks <!-- build:js({.tmp,app}) scripts/scripts.js -->, but that doesn't seem to be the case.

I use the default Yeoman setting and have not made any changes to Gruntfile.js

I tried grunt clean, but it looks like it only looks in the / dist folder.

+4
source share

Source: https://habr.com/ru/post/1534755/


All Articles