Dotdotdot is a javascript plugin for truncating multiple line content with an ellipsis.
npm install dotdotdot-jsdotdotdot
================
Dotdotdot is a javascript plugin for truncating multiple line content on a webpage.
It uses an ellipsis to indicate that there is more text than currently visible.
Optionally, the plugin can keep a "read more" anchor visible at the end of the content, after the ellipsis.
When using dotdotdot to truncate HTML, you don't need to worry about your HTML markup, the plugin knows its way around most elements.
It's responsive, so when resizing the browser, the ellipsis will update on the fly.
Need help? Have a look at the documentation.

gulp watch in the command-line to put a watch on the files and run all scripts immediately after saving your changes.