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
{{ message }}
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.
I had the same problem
Your destination folder location "dest" is not the same as your "source" folder location. The dest folder root is where you are running the command prompt from and where you run build.gradle. The source folder root is where a child build.gradle is invoked from the parent build.gradle.
The tasks combineCss and minifyCss do not run after running once unless i change the name of the target folder in the build.gradle file. They dont run even if i delete the target folder or rename the target folder.
2.If i create a folder structure for the output folder the same structure gets created at the parent level and the child level. Secondly The structure created at the child level is empty while the structure created at the paretn build.gradle level has the combined css file and the minified css file.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
outputs:
but no files are being copied over to the destination. any advice?
The text was updated successfully, but these errors were encountered: