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
I have a lot of js files in webroot/js folder.
And I want to build js files separately for each.
is there any to do this in easily with a configuration file?
I want to like this.
[*.js]
files[] = *.js
The text was updated successfully, but these errors were encountered:
No, there isn't right now. Without knowing the targets and the dependencies AssetCompress can't do tasks like automatic cache invalidation, build target validation and recursive builds.
I have a lot of js files in webroot/js folder.
And I want to build js files separately for each.
is there any to do this in easily with a configuration file?
I want to like this.
[*.js]
files[] = *.js
The text was updated successfully, but these errors were encountered: