Has anyone integrated ember-validations into their build before? I am currently trying to integrate it into mine and have followed the directions in the readme for building the project however I am getting errors after integrating the /dist files.
Thanks for the tips guys! I was able to solve my problem via a combination of HTML5 type validations, express-validation models in my node.js backend and the errors object in ember to render the error messages from the API.