metridoc-archives / metridoc-grails-core

all grails functionality for metridoc
0 stars 0 forks source link

Make the codemirror stuff an official grails plugin #31

Closed tbarker9 closed 11 years ago

tbarker9 commented 11 years ago

we should probably do the codemirror library correctly and make it a grails plugin and hook it into the resource plugin

TApicella commented 11 years ago

Will this be more complicated than bootstrap and font-awesome do you think?

tbarker9 commented 11 years ago

I think I am going to move this to 0.8. I need to think a bit about this

tbarker9 commented 11 years ago

meh... we are only using codemirror in one place to color code bash code for a server restart. Maybe we should remove this lavascript dependency entirely. It is huge.

tbarker9 commented 11 years ago

Or just grab the parts we are using. I am forseeing us using the sql component soon for another plugin I am about to create.