I developed an app using Rails
and AngularJS
. A startup has reached out to me about transferring the technology to their website, but they have limited tech resources. The goal is to create a seamless integration process.
The idea is to make it similar to how Google Analytics
works - by including one external javascript file and adding a code snippet with a reference ID/code. The backend work would then be handled on my end.
This will be a new challenge for me, especially when it comes to integrating AngularJS. I want to utilize AngularJS on a specific section of their site without requiring them to install it.
Should I consolidate all directives and services into a minified file, or should I come up with a more efficient setup?
I would really appreciate any guidance on this matter. Additionally, if anyone can recommend any helpful gems or tools for this task, I would be grateful. Feel free to ask me to elaborate further.
Update
In the end, I decided to use Brunch, and I found this article to be incredibly useful.