jordandelozier / wysibb

WYSIWYG BBcode editor
http://www.wysibb.com
246 stars 86 forks source link

Created extern render (check some errors) #10

Closed Pencroff closed 12 years ago

Pencroff commented 12 years ago

Add wysibb.render.js and wysibb.helpers.js for external render BB text. Add test page index.html Used wysibb.render and wysibb.helpers in jquery.wysibb.js (exclusion double code). Create wysibb.config.js and wysibb.presets.js for external setup BB codes and presets. Add Closure Compiler for minimize js files. Add build.xml for using Closure Compiler in Ant (I am using GUI Ant). Minimize: jquery.wysibb.js -> jquery.wysibb.min.js (37.3 kb) - include wysibb.helpers.js and wysibb.render.js wysibb.render.js and wysibb.helpers.js -> jquery.wysibb.render.min.js (1.6 kb)