Remi Cattiau
Remi Cattiau
For now the javascript are stored in META-INF/bower/ but being compatible with webjars is a good idea. All the file in META-INF/bower are consider as a bower component, and added...
Integrate the webjars on my plugin will be very easy. I'll do that today. I've added this task also because some of the code can be held in a private...
I've tried to explain the idea maybe a little bit better in my .md file, hope it helps
If you have a UserService that have frontend and backend code, using this solution permits you to only declare the dependency one time. If you have 2 separate projects for...
It’s more about having only one repository for private code, i still get all the public dependencies from normal bower dependencies. Maven also have its own local cache so both...
Yes you can also use it this way but maybe a little harder to keep the link between the backend version and frontend version. Again, i m not saying that...
If i develop a new REST API, i want to have the JS controller ready also, so the API is ready to use in all my final apps. It is...
While needed some changes on the aws-smtp-relay, I decided to move away completely and work on this project: https://github.com/loopingz/smtp-relay I will support it more than current aws-smtp-relay
You can also look at the Pull Request #22