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
All contents in src/main/webapp/asset/ are copied into target/grunt/ when start working. And every change in src/main/webapp/asset/ should be synchronized to target/grunt/ after that. Grunt base directory will be target/grunt/.
Context
I'm using grunt-maven-plugin for my project. The project directory structure is as follows
All contents in
src/main/webapp/asset/
are copied intotarget/grunt/
when start working. And every change insrc/main/webapp/asset/
should be synchronized totarget/grunt/
after that. Grunt base directory will betarget/grunt/
.With the following code
and
Issue
Event on file added (by creating new file or by renaming an existing file) is never triggered. This issue is related to issue #282, but different.
Environment
The text was updated successfully, but these errors were encountered: