Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically load lines feature #6

Merged
merged 4 commits into from
Oct 27, 2018

Conversation

patmigliaccio
Copy link
Contributor

@patmigliaccio patmigliaccio commented May 5, 2018

Added the ability to dynamically load line elements (fixes #4) by passing an array of objects into the lineData property of the options object into the constructor of Termynal class.

I've tried to maintain as much consistency with the existing codebase as possible, including an example and updated README. One step that would still need to be completed is updating the minification of termynal.min.js; unsure of what tool is being used for minification, I wanted to leave that up to the creator/maintainer to keep it consistent.

Also, adding a package.json and pushing this to npm would be super. I'm a huge fan of this project and it'd be great to make it more accessible to developers.

@Saw-mon-and-Natalie
Copy link

@patmigliaccio, In #3 @ines mentions that the minified version is compiled with Babel. (ref)

@patmigliaccio
Copy link
Contributor Author

@Saw-mon-and-Natalie, nice find! But, I was hoping there would be a bit more detail like a .babelrc file to work with?

@ines ines merged commit 39389bf into ines:master Oct 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feed terminal lines dynamically instead of statically
3 participants